aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/locationinformation.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-03-12 07:24:54 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-04-12 18:19:07 +0300
commit59f1191d0cbbb9bf7d049bfd8bd0fe544ecb40f0 (patch)
tree24c5400dd1d86ac8a8220e5fbe83d4cc72ad6212 /desktop-widgets/locationinformation.h
parent59e602447b951cfdfabd8f0a067dfb8c804ee506 (diff)
downloadsubsurface-59f1191d0cbbb9bf7d049bfd8bd0fe544ecb40f0.tar.gz
Coding style: add tab before Q_OBJECT
In virtually all cases we use a tab before Q_OBJECT. Fix the four exceptions. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/locationinformation.h')
-rw-r--r--desktop-widgets/locationinformation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/locationinformation.h b/desktop-widgets/locationinformation.h
index 208a31c4e..c741f49f3 100644
--- a/desktop-widgets/locationinformation.h
+++ b/desktop-widgets/locationinformation.h
@@ -12,7 +12,7 @@
#include <QSortFilterProxyModel>
class LocationInformationWidget : public QGroupBox {
-Q_OBJECT
+ Q_OBJECT
public:
LocationInformationWidget(QWidget *parent = 0);
bool eventFilter(QObject*, QEvent*) override;