Changeset d45b48efe9 in tspsg for src/main.cpp
- Timestamp:
- Mar 12, 2011, 8:39:19 PM (14 years ago)
- Branches:
- 0.1.3.145-beta1-symbian
- Parents:
- 7fd1756f1e
- git-author:
- Oleksii Serdiuk <contacts@…> (03/12/11 20:39:19)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:45:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cpp
r7fd1756f1e rd45b48efe9 41 41 int main(int argc, char *argv[]) 42 42 { 43 #ifdef Q_WS_S60 44 // No enough memory for solution graph generation with tasks 45 // of 20 and more cities if we use non-raster graphics system. 46 QApplication::setGraphicsSystem("raster"); 47 #endif 43 48 QApplication app(argc, argv); 44 49 app.setOverrideCursor(QCursor(Qt::WaitCursor));
Note: See TracChangeset
for help on using the changeset viewer.