From 0572b972d88cbfa85a2697bfc2df88a177457745 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 14 Nov 2011 09:59:39 +0100 Subject: [PATCH] Windows platform plugin: Fix compilation with MinGW. Change-Id: Ibecfc7c5314d0dea7d796cbc586e5db05e2a80ee Reviewed-by: Friedemann Kleint --- src/plugins/platforms/windows/qwindowsdialoghelpers.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }