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>
This commit is contained in:
Rafael Roquetto 2013-04-01 11:59:35 -03:00 committed by The Qt Project
parent f84cb43eda
commit eb42513a50

View File

@ -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