From ebfb2842786e63e4858fc800d5b64506f622e00e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 21 Mar 2017 08:31:57 +0100 Subject: options/bundle: reorder only --- options/bundle.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'options') diff --git a/options/bundle.hpp b/options/bundle.hpp index 587b8a6b..51881a63 100644 --- a/options/bundle.hpp +++ b/options/bundle.hpp @@ -38,6 +38,8 @@ struct bundler; class OPENTRACK_OPTIONS_EXPORT bundle final : public QObject, public connector { + Q_OBJECT + class OPENTRACK_OPTIONS_EXPORT mutex final : public QMutex { public: @@ -45,7 +47,6 @@ class OPENTRACK_OPTIONS_EXPORT bundle final : public QObject, public connector operator QMutex*() const { return const_cast(static_cast(this)); } }; - Q_OBJECT private: friend struct bundler; -- cgit v1.2.3