aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/commandlinemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/commandlinemanager.h')
-rw-r--r--src/qmmpui/commandlinemanager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmmpui/commandlinemanager.h b/src/qmmpui/commandlinemanager.h
index 6bae654ee..a985f260a 100644
--- a/src/qmmpui/commandlinemanager.h
+++ b/src/qmmpui/commandlinemanager.h
@@ -55,9 +55,12 @@ public:
static void printUsage();
private:
+ static void checkOptions();
uint m_state;
int m_left, m_right;
int m_time;
+ static QList<CommandLineOption *> *m_options;
+ static QStringList m_files;
};
#endif