aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/commandlinehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/commandlinehandler.h')
-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 238f65afe..78e2262ed 100644
--- a/src/qmmpui/commandlinehandler.h
+++ b/src/qmmpui/commandlinehandler.h
@@ -43,6 +43,7 @@ public:
* Object destructor
*/
virtual ~CommandLineHandler() {}
+ virtual void registerOprions() = 0;
/*!
* Returns command line plugin short name for internal usage.
* Subclass should reimplement this function.