summaryrefslogtreecommitdiffstats
path: root/examples/nfc/poster/qmlposter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nfc/poster/qmlposter.cpp')
-rw-r--r--examples/nfc/poster/qmlposter.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/nfc/poster/qmlposter.cpp b/examples/nfc/poster/qmlposter.cpp
index 5da86b39..89f36956 100644
--- a/examples/nfc/poster/qmlposter.cpp
+++ b/examples/nfc/poster/qmlposter.cpp
@@ -52,11 +52,7 @@ int main(int argc, char *argv[])
// Qt.quit() called in embedded .qml by default only emits
// quit() signal, so do this (optionally use Qt.exit()).
QObject::connect(view.engine(), SIGNAL(quit()), qApp, SLOT(quit()));
-#if defined(Q_WS_MAEMO_6) || defined(Q_WS_SIMULATOR)
- view.showFullScreen();
-#else
view.setGeometry(QRect(100, 100, 640, 360));
view.show();
-#endif
return application.exec();
}