Changeset 70 in tspsg-svn for trunk/src/main.cpp
- Timestamp:
- Nov 2, 2009, 9:56:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/main.cpp
r57 r70 44 44 app.setApplicationName("TSPSG"); 45 45 app.setApplicationVersion(BUILD_VERSION); 46 47 // Seeding random number generator 48 qsrand(QDateTime::currentDateTime().toTime_t() ^ QCursor::pos().x() ^ QCursor::pos().y()); 49 46 50 MainWindow mainwindow; 47 51 mainwindow.show();
Note: See TracChangeset
for help on using the changeset viewer.