Changeset d45b48efe9 in tspsg for src/main.cpp


Ignore:
Timestamp:
Mar 12, 2011, 8:39:19 PM (13 years ago)
Author:
Oleksii Serdiuk
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)
Message:

Initial Symbian port.

Version 0.1.3.145-beta1, as published in the Nokia Ovi Store.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cpp

    r7fd1756f1e rd45b48efe9  
    4141int main(int argc, char *argv[])
    4242{
     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
    4348QApplication app(argc, argv);
    4449        app.setOverrideCursor(QCursor(Qt::WaitCursor));
Note: See TracChangeset for help on using the changeset viewer.