aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertybinding_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlpropertybinding_p.h')
-rw-r--r--src/qml/qml/qqmlpropertybinding_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlpropertybinding_p.h b/src/qml/qml/qqmlpropertybinding_p.h
index 6a5bd5eeea..c3c684a753 100644
--- a/src/qml/qml/qqmlpropertybinding_p.h
+++ b/src/qml/qml/qqmlpropertybinding_p.h
@@ -52,7 +52,7 @@
//
#include <QtCore/qproperty.h>
-#include <private/qpropertybinding_p.h>
+#include <QtCore/private/qproperty_p.h>
#include "qqmlpropertydata_p.h"
#include "qqmljavascriptexpression_p.h"
@@ -74,7 +74,7 @@ public:
private:
QQmlPropertyBinding(const QMetaType &metaType);
- QUntypedPropertyBinding::BindingEvaluationResult evaluate(const QMetaType &metaType, void *dataPtr);
+ bool evaluate(const QMetaType &metaType, void *dataPtr);
};
class QQmlTranslationPropertyBinding