diff --git a/src/widgets/dialogs/qcolordialog.h b/src/widgets/dialogs/qcolordialog.h index 974e00c6491..824efa8f8c2 100644 --- a/src/widgets/dialogs/qcolordialog.h +++ b/src/widgets/dialogs/qcolordialog.h @@ -27,7 +27,7 @@ public: ShowAlphaChannel = 0x00000001, NoButtons = 0x00000002, DontUseNativeDialog = 0x00000004, - NoEyeDropperButton = 0x00000008 + NoEyeDropperButton = 0x00000008, }; Q_ENUM(ColorDialogOption)