From b91dbba734f45f1cc1a42f86d9141bb272de0564 Mon Sep 17 00:00:00 2001 From: isanae <14251494+isanae@users.noreply.github.com> Date: Sat, 18 Apr 2020 04:53:14 -0400 Subject: fixed warnings about Q_OBJECT and thousand separators had to move some classes to header files --- src/statusbar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/statusbar.h') 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); -- cgit v1.3.1