aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-30 14:03:37 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-12-30 14:03:37 +0000
commit1f0f27229fe276e9840a3b268bfeffd0a270479d (patch)
tree5e0b67814e7f35d6d7dfb8e493e93538e99ee7ad /src/qmmpui
parent8b334b535683a6a2a55ad812d421dcf9ac3754ca (diff)
downloadqmmp-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
Diffstat (limited to 'src/qmmpui')
-rw-r--r--src/qmmpui/commandlinehandler.h1
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