- srand()
This commit is contained in:
@@ -61,9 +61,6 @@ int main( int argc, char **argv )
|
||||
|
||||
socket_startup();
|
||||
|
||||
srand( time(0) );
|
||||
|
||||
|
||||
/////// can be removed for non-qt-guis ////////////
|
||||
QApplication a( argc, argv );
|
||||
a.setStyle(new QPlastiqueStyle);
|
||||
|
||||
Reference in New Issue
Block a user