forked from qt-creator/qt-creator
Fix lacks of Q_OBJECT macro
Change-Id: I0de19ed983c45260c957ea88422093bf7faca6a1 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
committed by
Eike Ziller
parent
e94c87f1a7
commit
874683a15e
@@ -33,6 +33,7 @@ namespace PluginInterface {
|
||||
|
||||
class SCAttributeItemModel : public AttributeItemModel
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
SCAttributeItemModel(QObject *parent = nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user