summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qproperty_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qproperty_p.h')
-rw-r--r--src/corelib/kernel/qproperty_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/kernel/qproperty_p.h b/src/corelib/kernel/qproperty_p.h
index 6c11bc45d8..96e89926db 100644
--- a/src/corelib/kernel/qproperty_p.h
+++ b/src/corelib/kernel/qproperty_p.h
@@ -112,7 +112,7 @@ struct QPropertyObserverPointer
#else
void noSelfDependencies(QPropertyBindingPrivate *) {}
#endif
- void evaluateBindings();
+ void evaluateBindings(QBindingStatus *status = nullptr);
void observeProperty(QPropertyBindingDataPointer property);
explicit operator bool() const { return ptr != nullptr; }
@@ -324,7 +324,7 @@ public:
void unlinkAndDeref();
- void evaluateRecursive();
+ void evaluateRecursive(QBindingStatus *status = nullptr);
void notifyRecursive();
static QPropertyBindingPrivate *get(const QUntypedPropertyBinding &binding)