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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmmpui/commandlinehandler.cpp') 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; -- cgit v1.2.3-13-gbd6f