summaryrefslogtreecommitdiffstats
path: root/editorlib/src/editorutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'editorlib/src/editorutils.h')
-rw-r--r--editorlib/src/editorutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editorlib/src/editorutils.h b/editorlib/src/editorutils.h
index 61fcdd5..582462f 100644
--- a/editorlib/src/editorutils.h
+++ b/editorlib/src/editorutils.h
@@ -172,6 +172,7 @@ public:
static void copyLockProperties(const QObject *source, QObject *target);
static void lockProperty(const QByteArray &lockPropertyName, QObject *obj, bool lock);
static InsertableEntities insertableEntityType(Qt3DCore::QEntity *entity);
+ static void setEnabledToSubtree(Qt3DCore::QEntity *entity, bool enable);
private:
// Private constructor to ensure no actual instance is created