summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qpropertybinding.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qpropertybinding.cpp')
-rw-r--r--src/corelib/kernel/qpropertybinding.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/kernel/qpropertybinding.cpp b/src/corelib/kernel/qpropertybinding.cpp
index 23f7075998..8acaaeee72 100644
--- a/src/corelib/kernel/qpropertybinding.cpp
+++ b/src/corelib/kernel/qpropertybinding.cpp
@@ -89,6 +89,8 @@ bool QPropertyBindingPrivate::evaluateIfDirtyAndReturnTrueIfValueChanged()
return changed;
}
+QUntypedPropertyBinding::QUntypedPropertyBinding() = default;
+
QUntypedPropertyBinding::QUntypedPropertyBinding(QUntypedPropertyBinding::BindingEvaluationFunction function,
const QPropertyBindingSourceLocation &location)
{