mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
59e602447b
commit
59f1191d0c
2 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <QSortFilterProxyModel>
|
||||
|
||||
class LocationInformationWidget : public QGroupBox {
|
||||
Q_OBJECT
|
||||
Q_OBJECT
|
||||
public:
|
||||
LocationInformationWidget(QWidget *parent = 0);
|
||||
bool eventFilter(QObject*, QEvent*) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue