forked from qt-creator/qt-creator
UnitTest: add mock property "layer.effect"
Change-Id: Ibd9698b8e4a365818ff9e5a3233a08eb891325c8 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
#include <include/modelnode.h>
|
#include <include/modelnode.h>
|
||||||
#include <include/nodeabstractproperty.h>
|
#include <include/nodeabstractproperty.h>
|
||||||
#include <include/nodelistproperty.h>
|
#include <include/nodelistproperty.h>
|
||||||
|
#include <include/nodemetaInfo.h>
|
||||||
#include <include/nodeproperty.h>
|
#include <include/nodeproperty.h>
|
||||||
#include <include/signalhandlerproperty.h>
|
#include <include/signalhandlerproperty.h>
|
||||||
#include <include/variantproperty.h>
|
#include <include/variantproperty.h>
|
||||||
@@ -48,6 +49,11 @@ protected:
|
|||||||
{
|
{
|
||||||
model.attachView(&viewMock);
|
model.attachView(&viewMock);
|
||||||
rootNode = model.rootModelNode();
|
rootNode = model.rootModelNode();
|
||||||
|
auto itemId = rootNode.metaInfo().id();
|
||||||
|
projectStorageMock.createProperty(itemId,
|
||||||
|
"layer.effect",
|
||||||
|
QmlDesigner::Storage::PropertyDeclarationTraits::IsList,
|
||||||
|
itemId);
|
||||||
}
|
}
|
||||||
|
|
||||||
auto createNodeWithParent(const QmlDesigner::TypeName &typeName,
|
auto createNodeWithParent(const QmlDesigner::TypeName &typeName,
|
||||||
|
Reference in New Issue
Block a user