diff options
Diffstat (limited to 'core/imagedownloader.h')
-rw-r--r-- | core/imagedownloader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/imagedownloader.h b/core/imagedownloader.h index dc42aee4d..04846a9cc 100644 --- a/core/imagedownloader.h +++ b/core/imagedownloader.h @@ -7,7 +7,7 @@ #include <QNetworkReply> class ImageDownloader : public QObject { - Q_OBJECT; + Q_OBJECT public: ImageDownloader(struct picture *picture); ~ImageDownloader(); |