summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qbindingstorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qbindingstorage.h')
-rw-r--r--src/corelib/kernel/qbindingstorage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/kernel/qbindingstorage.h b/src/corelib/kernel/qbindingstorage.h
index 8baf1b40e1..1c03b23bfa 100644
--- a/src/corelib/kernel/qbindingstorage.h
+++ b/src/corelib/kernel/qbindingstorage.h
@@ -50,6 +50,7 @@ public:
~QBindingStorage();
bool isEmpty() { return !d; }
+ bool isValid() const noexcept { return bindingStatus; }
const QBindingStatus *status(QtPrivate::QBindingStatusAccessToken) const;