aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertybinding_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-07-08 13:54:53 +0200
committerLars Knoll <lars.knoll@qt.io>2020-07-15 20:53:05 +0200
commit2967572e129cab889d9c6f89825ef9d77bf1ce63 (patch)
treedd96f86208ec2c9fe5b09f41f0278d3ce2a2dbde /src/qml/qml/qqmlpropertybinding_p.h
parentc0e72e34863a5628c51e5c3bb42bcc455c310340 (diff)
Adjust qqmlpropertybinding to the changes in QProperty
Change-Id: Iaea6428fe9a6de69d8022089da590c42f94ea977 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
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