forked from qt-creator/qt-creator
QmlJS: Declare a metatype for the Dialect enum
This way we can pass it through signals across threads. Change-Id: I6753233204d9210d181633e16f1d5bff967d55c9 Reviewed-by: Marco Benelli <marco.benelli@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -167,3 +167,5 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
} // namespace QmlJS
|
} // namespace QmlJS
|
||||||
|
|
||||||
|
Q_DECLARE_METATYPE(QmlJS::Dialect::Enum)
|
||||||
|
|||||||
Reference in New Issue
Block a user