summaryrefslogtreecommitdiffstats
path: root/src/runtime/Qt3DSQmlElementHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Qt3DSQmlElementHelper.h')
-rw-r--r--src/runtime/Qt3DSQmlElementHelper.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/runtime/Qt3DSQmlElementHelper.h b/src/runtime/Qt3DSQmlElementHelper.h
index ec36c8e..c7b2b08 100644
--- a/src/runtime/Qt3DSQmlElementHelper.h
+++ b/src/runtime/Qt3DSQmlElementHelper.h
@@ -48,8 +48,7 @@ public:
IPresentation *inDefaultPresentation, const char *inPath,
TElement *inStartElement = NULL);
- static bool SetAttribute(TElement *inElement, const char *inAttribute, const void *value,
- bool inDelay);
+ static bool SetAttribute(TElement *inElement, const char *inAttribute, const void *value);
static bool GetAttribute(TElement *inElement, const char *inAttribute, void *value);
};
}