diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-12-30 14:03:37 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-12-30 14:03:37 +0000 |
| commit | 1f0f27229fe276e9840a3b268bfeffd0a270479d (patch) | |
| tree | 5e0b67814e7f35d6d7dfb8e493e93538e99ee7ad | |
| parent | 8b334b535683a6a2a55ad812d421dcf9ac3754ca (diff) | |
| download | qmmp-1f0f27229fe276e9840a3b268bfeffd0a270479d.tar.gz qmmp-1f0f27229fe276e9840a3b268bfeffd0a270479d.tar.bz2 qmmp-1f0f27229fe276e9840a3b268bfeffd0a270479d.zip | |
declare operators for CommandLineHandler::OptionFlags
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8544 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/qmmpui/commandlinehandler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qmmpui/commandlinehandler.h b/src/qmmpui/commandlinehandler.h index bc998fe0d..b90db12e0 100644 --- a/src/qmmpui/commandlinehandler.h +++ b/src/qmmpui/commandlinehandler.h @@ -101,6 +101,7 @@ private: QMap<int, CommandLineOption> m_options; }; +Q_DECLARE_OPERATORS_FOR_FLAGS(CommandLineHandler::OptionFlags) Q_DECLARE_INTERFACE(CommandLineHandler,"CommandLineHandlerInterface/1.0") #endif |
