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/commandlinemanager.cpp | |
| 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/commandlinemanager.cpp')
| -rw-r--r-- | src/qmmpui/commandlinemanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/commandlinemanager.cpp b/src/qmmpui/commandlinemanager.cpp index c7e04e88c..ed3c774a7 100644 --- a/src/qmmpui/commandlinemanager.cpp +++ b/src/qmmpui/commandlinemanager.cpp @@ -82,7 +82,7 @@ QString CommandLineManager::executeCommand(const QString &name, const QStringLis if(id < 0) continue; - if(started || (opt->flags(id) & CommandLineHandler::NO_START)) + if(started || (opt->flags(id) & CommandLineHandler::NoStart)) return opt->executeCommand(id, args); else { |
