summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformdialoghelper.h
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-02 11:32:13 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-03 18:51:41 +0200
commit85b0335c419118629b05b7c8891b844387382700 (patch)
tree5bd8850adcf4d19158263f92738986c77a151469 /src/gui/kernel/qplatformdialoghelper.h
parentf51b690e91bb2d7c8a03c5cef42abca37d97f8bb (diff)
Tighten up QDialogButtonBox::ButtonLayout enum
... and the equivalent enum in QPlatformDialogHelper. No need to keep numerical values the same anymore. Remove ### Qt 6 comment. Change-Id: Ib369ea6ca2362f6ab0f71a3a6c90c4adaa7f11cd Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/gui/kernel/qplatformdialoghelper.h')
-rw-r--r--src/gui/kernel/qplatformdialoghelper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qplatformdialoghelper.h b/src/gui/kernel/qplatformdialoghelper.h
index 59f01c9fc3..080b7c7473 100644
--- a/src/gui/kernel/qplatformdialoghelper.h
+++ b/src/gui/kernel/qplatformdialoghelper.h
@@ -150,7 +150,6 @@ public:
MacLayout,
KdeLayout,
GnomeLayout,
- MacModelessLayout,
AndroidLayout
};
Q_ENUM(ButtonLayout)