mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
d2d46d848a
commit
8f4604ead8
2 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <QNetworkReply>
|
||||
|
||||
class ImageDownloader : public QObject {
|
||||
Q_OBJECT;
|
||||
Q_OBJECT
|
||||
public:
|
||||
ImageDownloader(struct picture *picture);
|
||||
~ImageDownloader();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue