diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-05-19 07:14:59 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-05-19 07:14:59 +0000 |
| commit | 7c3a5146cc623ea2940177e272afdd072a07e690 (patch) | |
| tree | 6a5e4007807fee0fe501f76099ff2c07d1adfe0d /src/plugins/Transports/http/httpinputfactory.h | |
| parent | 79795ab834e63c0103a32ba8d5ae4885b9dc4e10 (diff) | |
| download | qmmp-7c3a5146cc623ea2940177e272afdd072a07e690.tar.gz qmmp-7c3a5146cc623ea2940177e272afdd072a07e690.tar.bz2 qmmp-7c3a5146cc623ea2940177e272afdd072a07e690.zip | |
added timeout for transport plugins
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3471 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Transports/http/httpinputfactory.h')
| -rw-r--r-- | src/plugins/Transports/http/httpinputfactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Transports/http/httpinputfactory.h b/src/plugins/Transports/http/httpinputfactory.h index d674f71d0..acc4f5999 100644 --- a/src/plugins/Transports/http/httpinputfactory.h +++ b/src/plugins/Transports/http/httpinputfactory.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2012 by Ilya Kotov * + * Copyright (C) 2009-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -33,7 +33,7 @@ class QTranslator; class HTTPInputFactory : public QObject, InputSourceFactory { Q_OBJECT -Q_INTERFACES(InputSourceFactory); +Q_INTERFACES(InputSourceFactory) public: const InputSourceProperties properties() const; InputSource *create(const QString &url, QObject *parent = 0); |
