summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformdialoghelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qplatformdialoghelper.h')
-rw-r--r--src/gui/kernel/qplatformdialoghelper.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/kernel/qplatformdialoghelper.h b/src/gui/kernel/qplatformdialoghelper.h
index 150a2333c1..1f8a7ec0a9 100644
--- a/src/gui/kernel/qplatformdialoghelper.h
+++ b/src/gui/kernel/qplatformdialoghelper.h
@@ -405,7 +405,9 @@ protected:
public:
// Keep in sync with QMessageBox Option
- enum class Option : quint8 { DontUseNativeDialog = 0x00000001 };
+ enum class Option {
+ DontUseNativeDialog = 0x00000001,
+ };
Q_DECLARE_FLAGS(Options, Option);
Q_FLAG(Options);