aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/commandlinehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/commandlinehandler.h')
-rw-r--r--src/qmmpui/commandlinehandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/commandlinehandler.h b/src/qmmpui/commandlinehandler.h
index 315a39dae..300ad00c7 100644
--- a/src/qmmpui/commandlinehandler.h
+++ b/src/qmmpui/commandlinehandler.h
@@ -81,8 +81,8 @@ public:
*/
enum OptionFlag
{
- HIDDEN_FROM_HELP = 0x1, /*!< Hide this option in the user-visible help output. */
- NO_START = 0x2 /*!< Do not start player instance (useful for extra help options). */
+ HiddenFromHelp = 0x1, /*!< Hide this option in the user-visible help output. */
+ NoStart = 0x2 /*!< Do not start player instance (useful for extra help options). */
};
Q_DECLARE_FLAGS(OptionFlags, OptionFlag)
/*!