diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-02-01 12:21:49 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-02-01 12:21:49 +0000 |
| commit | 5c707aac4f1c5246443fee32f5629881ecc134c5 (patch) | |
| tree | 325526cf796f0cdacbba9b713678855578b6804c /src/plugins/Transports/http/httpinputfactory.h | |
| parent | dbe1c2bb4eda63205b744411ddcaf12d5d6436fb (diff) | |
| download | qmmp-5c707aac4f1c5246443fee32f5629881ecc134c5.tar.gz qmmp-5c707aac4f1c5246443fee32f5629881ecc134c5.tar.bz2 qmmp-5c707aac4f1c5246443fee32f5629881ecc134c5.zip | |
added transport settings
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1534 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Transports/http/httpinputfactory.h')
| -rw-r--r-- | src/plugins/Transports/http/httpinputfactory.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/plugins/Transports/http/httpinputfactory.h b/src/plugins/Transports/http/httpinputfactory.h index 78e02f1f4..220984ad2 100644 --- a/src/plugins/Transports/http/httpinputfactory.h +++ b/src/plugins/Transports/http/httpinputfactory.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009 by Ilya Kotov * + * Copyright (C) 2009-2010 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -24,6 +24,8 @@ #include <QObject> #include <qmmp/inputsourcefactory.h> +class QTranslator; + /*! * @author Ilya Kotov <forkotov02@hotmail.ru> */ @@ -34,6 +36,9 @@ Q_INTERFACES(InputSourceFactory); public: const InputSourceProperties properties() const; InputSource *create(const QString &url, QObject *parent = 0); + void showSettings(QWidget *parent); + void showAbout(QWidget *parent); + QTranslator *createTranslator(QObject *parent); }; #endif // HTTPINPUTFACTORY_H |
