diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-21 08:31:57 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-21 08:31:57 +0100 |
commit | ebfb2842786e63e4858fc800d5b64506f622e00e (patch) | |
tree | 0b0b4423d44677c87163428878d572a9afde189a | |
parent | ca847749c03b88d8e482396a9c4311ef02b054b9 (diff) |
options/bundle: reorder only
-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; |