From 59f1191d0cbbb9bf7d049bfd8bd0fe544ecb40f0 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Tue, 12 Mar 2019 07:24:54 +0100 Subject: 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 --- desktop-widgets/locationinformation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop-widgets') 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 class LocationInformationWidget : public QGroupBox { -Q_OBJECT + Q_OBJECT public: LocationInformationWidget(QWidget *parent = 0); bool eventFilter(QObject*, QEvent*) override; -- cgit v1.2.3-70-g09d2