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>
This commit is contained in:
Berthold Stoeger 2019-03-12 07:24:54 +01:00 committed by Dirk Hohndel
parent 59e602447b
commit 59f1191d0c
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@
#include <QSortFilterProxyModel>
class LocationInformationWidget : public QGroupBox {
Q_OBJECT
Q_OBJECT
public:
LocationInformationWidget(QWidget *parent = 0);
bool eventFilter(QObject*, QEvent*) override;