aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/commandlinemanager.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-03-27 20:55:59 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-03-27 20:55:59 +0000
commit245ac73a450e765d1756f07d71c9cdcc711e9559 (patch)
tree64b19987ad57f929e62514e6ffc1631cb185870e /src/qmmpui/commandlinemanager.h
parent3c32ca73d3524e7037b8704bff230c96a0a47670 (diff)
downloadqmmp-245ac73a450e765d1756f07d71c9cdcc711e9559.tar.gz
qmmp-245ac73a450e765d1756f07d71c9cdcc711e9559.tar.bz2
qmmp-245ac73a450e765d1756f07d71c9cdcc711e9559.zip
fixed command line regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@882 90c681e8-e032-0410-971d-27865f9a5e38
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