summaryrefslogtreecommitdiffstats
path: root/examples/nfc/annotatedurl/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nfc/annotatedurl/main.cpp')
-rw-r--r--examples/nfc/annotatedurl/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/nfc/annotatedurl/main.cpp b/examples/nfc/annotatedurl/main.cpp
index 001cc399..c669e57b 100644
--- a/examples/nfc/annotatedurl/main.cpp
+++ b/examples/nfc/annotatedurl/main.cpp
@@ -70,11 +70,7 @@ int main(int argc, char *argv[])
QObject::connect(&annotatedUrl, SIGNAL(annotatedUrl(QUrl,QString,QPixmap)),
&mainWindow, SLOT(displayAnnotatedUrl(QUrl,QString,QPixmap)));
-#if defined(Q_WS_S60) || defined(Q_WS_MAEMO_6) || defined(Q_WS_MEEGO)
- mainWindow.showFullScreen();
-#else
mainWindow.show();
-#endif
return a.exec();
}