diff options
Diffstat (limited to 'src/qmmpui/commandlinehandler.cpp')
| -rw-r--r-- | src/qmmpui/commandlinehandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/commandlinehandler.cpp b/src/qmmpui/commandlinehandler.cpp index e8a5e81da..85263e16c 100644 --- a/src/qmmpui/commandlinehandler.cpp +++ b/src/qmmpui/commandlinehandler.cpp @@ -25,7 +25,7 @@ QStringList CommandLineHandler::helpString() const QStringList out; foreach (const CommandLineOption &opt, m_options.values()) { - if(opt.flags & HIDDEN_FROM_HELP) + if(opt.flags & HiddenFromHelp) continue; else if(opt.values.isEmpty()) out << opt.names.join(", ") + "||" + opt.helpString; |
