From eb42513a50091f2cf5f7274a41038ec7e613c50d Mon Sep 17 00:00:00 2001 From: Rafael Roquetto Date: Mon, 1 Apr 2013 11:59:35 -0300 Subject: BlackBerry: fix compilation Remove a leftover #endif from the merge with stable Change-Id: Idd0509d2ddcc3e8e7914aaa59beabc8036f45fff Reviewed-by: Peter Hartmann Reviewed-by: Frederik Gladhorn --- src/plugins/platforms/qnx/qqnxtheme.cpp | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3