aboutsummaryrefslogtreecommitdiff
path: root/src/ui/qmmpstarter.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-04-01 19:18:05 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-04-01 19:18:05 +0000
commitdb37033dd5ec69524f611b65cb74ded1141a9ccc (patch)
tree8c577685f2e5edac45c7533d45b94caab626f12a /src/ui/qmmpstarter.h
parent68788ace91e7b9feab2b8170298dfcf7ee06859a (diff)
downloadqmmp-db37033dd5ec69524f611b65cb74ded1141a9ccc.tar.gz
qmmp-db37033dd5ec69524f611b65cb74ded1141a9ccc.tar.bz2
qmmp-db37033dd5ec69524f611b65cb74ded1141a9ccc.zip
some code cleanup
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2142 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/qmmpstarter.h')
-rw-r--r--src/ui/qmmpstarter.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/ui/qmmpstarter.h b/src/ui/qmmpstarter.h
index de01d08d7..314716084 100644
--- a/src/ui/qmmpstarter.h
+++ b/src/ui/qmmpstarter.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006 by Ilya Kotov *
+ * Copyright (C) 2006-2011 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -42,15 +42,17 @@ class QMMPStarter : public QObject
public:
QMMPStarter(int argc,char ** argv,QObject* parent = 0);
~QMMPStarter();
-protected slots:
+
+protected slots:
/*!
* Passes command args to the running application
*/
void writeCommand();
-
void readCommand();
+
private:
+ QString processCommandArgs(const QStringList &list,const QString& cwd);
/*!
* Prints usage
*/