diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-18 04:53:14 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-04-18 04:53:14 -0400 |
| commit | b91dbba734f45f1cc1a42f86d9141bb272de0564 (patch) | |
| tree | ec752efd717330e7c8a4e28a32eebc1feef927ba /src/statusbar.h | |
| parent | c47ab23f9593d384a1b5106f79d41228fc8c8f59 (diff) | |
fixed warnings about Q_OBJECT and thousand separators
had to move some classes to header files
Diffstat (limited to 'src/statusbar.h')
| -rw-r--r-- | src/statusbar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/statusbar.h b/src/statusbar.h index 7ff8fcbb..6e033cbd 100644 --- a/src/statusbar.h +++ b/src/statusbar.h @@ -33,6 +33,8 @@ private: class StatusBar : public QStatusBar { + Q_OBJECT; + public: StatusBar(QWidget* parent=nullptr); |
