diff options
Diffstat (limited to 'options')
-rw-r--r-- | options/bundle.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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<QMutex*>(static_cast<const QMutex*>(this)); } }; - Q_OBJECT private: friend struct bundler; |