From b92d951bb16bb690daa20d13f1638ff3500f41eb Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 20 Feb 2013 17:24:06 +0100 Subject: QGtk2XxxDialogHelper: cleanup unnecessary mutable keywords Change-Id: Ic0b72661e561e20d50de7aca6d8a681975100b56 Reviewed-by: Shawn Rutledge --- src/plugins/platformthemes/gtk2/qgtk2dialoghelpers.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/platformthemes/gtk2') diff --git a/src/plugins/platformthemes/gtk2/qgtk2dialoghelpers.h b/src/plugins/platformthemes/gtk2/qgtk2dialoghelpers.h index 2c5381aec8..08af59b2a4 100644 --- a/src/plugins/platformthemes/gtk2/qgtk2dialoghelpers.h +++ b/src/plugins/platformthemes/gtk2/qgtk2dialoghelpers.h @@ -74,7 +74,7 @@ private: static void onColorChanged(QGtk2ColorDialogHelper *helper); void applyOptions(); - mutable QScopedPointer d; + QScopedPointer d; }; class QGtk2FileDialogHelper : public QPlatformFileDialogHelper @@ -111,7 +111,7 @@ private: QStringList _selection; QHash _filters; QHash _filterNames; - mutable QScopedPointer d; + QScopedPointer d; }; class QGtk2FontDialogHelper : public QPlatformFontDialogHelper @@ -135,7 +135,7 @@ private Q_SLOTS: private: void applyOptions(); - mutable QScopedPointer d; + QScopedPointer d; }; QT_END_NAMESPACE -- cgit v1.2.3