diff options
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); |
