summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qproperty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qproperty.h b/src/corelib/kernel/qproperty.h
index c2949c3022..ae7f3a5050 100644
--- a/src/corelib/kernel/qproperty.h
+++ b/src/corelib/kernel/qproperty.h
@@ -400,7 +400,7 @@ public:
{}
#else
template <typename Functor>
- explicit QProperty(Class *owner, Functor &&f);
+ explicit QNotifiedProperty(Class *owner, Functor &&f);
#endif
~QNotifiedProperty() = default;