From db37033dd5ec69524f611b65cb74ded1141a9ccc Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 1 Apr 2011 19:18:05 +0000 Subject: some code cleanup git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2142 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/qmmpstarter.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/ui/qmmpstarter.h') 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 */ -- cgit v1.2.3-13-gbd6f