summaryrefslogtreecommitdiffhomepage
path: root/options/bundle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'options/bundle.hpp')
-rw-r--r--options/bundle.hpp3
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;