generateOne( anOutStream, 1040.079834, -441.303467, 1017.623413, -459.9102175 );
generateOne( anOutStream, 1055.478516, -456.060547, 1034.946899, -475.9505 );
generateOne( anOutStream, 1074.085327, -474.025665, 1058.044922, -493.274017 );
+ srand( time( 0 ) );
}
aTmpFile.close();
theStream << "[" << theColor.red() << ", " << theColor.green() << ", " << theColor.blue() << "]";
return theStream;
}
+#include <time.h>
int main( int argc, char* argv[] )
{
+ srand( time( 0 ) );
+
QApplication anApp( argc, argv );
SUIT_Session aSession;