diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-03-08 16:58:27 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2019-03-08 16:58:27 +0000 |
| commit | 567b27e47befd4978c736851f900014c827d5ca2 (patch) | |
| tree | 1a8b7a72c6355bb07865d5c770631a43d0f31182 /src/qmmpui/commandlinehandler.h | |
| parent | e0c3dcb6f20ba542bcae375176ae02205591e692 (diff) | |
| download | qmmp-567b27e47befd4978c736851f900014c827d5ca2.tar.gz qmmp-567b27e47befd4978c736851f900014c827d5ca2.tar.bz2 qmmp-567b27e47befd4978c736851f900014c827d5ca2.zip | |
fixed coding style
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8745 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/commandlinehandler.h')
| -rw-r--r-- | src/qmmpui/commandlinehandler.h | 4 |
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) /*! |
