From 567b27e47befd4978c736851f900014c827d5ca2 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 8 Mar 2019 16:58:27 +0000 Subject: fixed coding style git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8745 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/commandlinehandler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qmmpui/commandlinehandler.h') 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) /*! -- cgit v1.2.3-13-gbd6f