summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/platforms/windows/qwindowsdialoghelpers.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp b/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp
index 832ce24354..7ba48fe0cb 100644
--- a/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp
+++ b/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp
@@ -2132,6 +2132,9 @@ bool useHelper(QPlatformTheme::DialogType type)
break;
#endif
case QPlatformTheme::FontDialog:
+ case QPlatformTheme::MessageDialog:
+ break;
+ default:
break;
}
return false;
@@ -2160,6 +2163,9 @@ QPlatformDialogHelper *createHelper(QPlatformTheme::DialogType type)
break;
#endif
case QPlatformTheme::FontDialog:
+ case QPlatformTheme::MessageDialog:
+ break;
+ default:
break;
}
return 0;