From 5c707aac4f1c5246443fee32f5629881ecc134c5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 1 Feb 2010 12:21:49 +0000 Subject: added transport settings git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1534 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Transports/http/httpinputfactory.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/plugins/Transports/http/httpinputfactory.h') 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 #include +class QTranslator; + /*! * @author Ilya Kotov */ @@ -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 -- cgit v1.2.3-13-gbd6f