diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-23 17:19:18 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-23 17:19:18 +0000 |
| commit | cfe1ebf0f2d2a0854582893d68ebbf528786a068 (patch) | |
| tree | cb770bf975b17af81454e36f2d2872af52730a9b /src/qmmpui/commandlinemanager.h | |
| parent | a6fdc2749f67e83950da524bc439a21b0b3e6754 (diff) | |
| download | qmmp-cfe1ebf0f2d2a0854582893d68ebbf528786a068.tar.gz qmmp-cfe1ebf0f2d2a0854582893d68ebbf528786a068.tar.bz2 qmmp-cfe1ebf0f2d2a0854582893d68ebbf528786a068.zip | |
fixed api
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2426 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/commandlinemanager.h')
| -rw-r--r-- | src/qmmpui/commandlinemanager.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qmmpui/commandlinemanager.h b/src/qmmpui/commandlinemanager.h index eab7c46e1..3e395cccb 100644 --- a/src/qmmpui/commandlinemanager.h +++ b/src/qmmpui/commandlinemanager.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2010 by Ilya Kotov * + * Copyright (C) 2008-2011 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -20,6 +20,7 @@ #ifndef COMMANDLINEMANAGER_H #define COMMANDLINEMANAGER_H +#include <QHash> #include "general.h" #include "commandlineoption.h" @@ -49,7 +50,7 @@ public: private: static void checkOptions(); static QList<CommandLineOption *> *m_options; - static QStringList m_files; + static QHash<CommandLineOption*, QString> *m_files; }; #endif |
