Changeset 31694c8b58 in tspsg for src/main.cpp
- Timestamp:
- Sep 16, 2012, 10:40:01 PM (12 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 1b0d08aa2e
- Parents:
- 0784c85e46
- git-author:
- Oleksii Serdiuk <contacts@…> (09/16/12 22:40:01)
- git-committer:
- Oleksii Serdiuk <contacts@…> (09/16/12 22:41:39)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cpp
r0784c85e46 r31694c8b58 92 92 #ifdef HANDHELD 93 93 mainwindow.showMaximized(); 94 #ifdef Q_OS_WINCE_WM 95 /*! 96 * \hack HACK: For some reason showMaximized() stopped working on 97 * Windows Mobile. This workaround works all the time. 98 */ 99 mainwindow.setWindowState(Qt::WindowMaximized); 100 #endif // Q_OS_WINCE_WM 94 101 #else // HANDHELD 95 102 mainwindow.show();
Note: See TracChangeset
for help on using the changeset viewer.