diff --git a/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp b/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp index bd10efede1..58352470a6 100644 --- a/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp +++ b/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp @@ -1082,7 +1082,7 @@ class QWindowsFileDialogHelper : public QWindowsDialogHelperBase(dialog), m_fileDialog(qobject_cast(dialog)) { Q_ASSERT(m_fileDialog); } @@ -1296,7 +1296,7 @@ class QWindowsColorDialogHelper : public QWindowsDialogHelperBase(dialog), m_currentColor(new QColor) { } virtual bool supportsNonModalDialog() { return false; }