aboutsummaryrefslogtreecommitdiffstats
path: root/core/imagedownloader.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-03-06 10:38:21 +0100
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2018-04-19 15:08:12 +0300
commit8f4604ead8ad1ab5fa96c509ce02eee4217717c3 (patch)
treed4cd312419fc794623858b6171832e242ec7df74 /core/imagedownloader.h
parentd2d46d848a9c3fc6df8875e37b0cbee97fd1a217 (diff)
downloadsubsurface-8f4604ead8ad1ab5fa96c509ce02eee4217717c3.tar.gz
Coding style: remove superfluous semicolons
Remove a semicolon after Q_OBJECT and a few others after the closing braces of while loops. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/imagedownloader.h')
-rw-r--r--core/imagedownloader.h2
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();