summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>2013-04-01 11:59:35 -0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-01 20:42:52 +0200
commiteb42513a50091f2cf5f7274a41038ec7e613c50d (patch)
treef6232d2979956da60ab5ed1cf4cdb11e5a58d997 /src/plugins/platforms/qnx
parentf84cb43eda9d583d4cb07a7ed044a21955e89c93 (diff)
BlackBerry: fix compilation
Remove a leftover #endif from the merge with stable Change-Id: Idd0509d2ddcc3e8e7914aaa59beabc8036f45fff Reviewed-by: Peter Hartmann <phartmann@blackberry.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'src/plugins/platforms/qnx')
-rw-r--r--src/plugins/platforms/qnx/qqnxtheme.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/platforms/qnx/qqnxtheme.cpp b/src/plugins/platforms/qnx/qqnxtheme.cpp
index c0aef07bd9..37c1079441 100644
--- a/src/plugins/platforms/qnx/qqnxtheme.cpp
+++ b/src/plugins/platforms/qnx/qqnxtheme.cpp
@@ -76,7 +76,6 @@ QPlatformDialogHelper *QQnxTheme::createPlatformDialogHelper(DialogType type) co
switch (type) {
case QPlatformTheme::FileDialog:
return new QQnxFileDialogHelper(m_integration);
-#endif
#if !defined(QT_NO_COLORDIALOG)
case QPlatformTheme::ColorDialog:
#endif