diff --git a/src/kdbindings/property.h b/src/kdbindings/property.h index 5d51f58..7c0ba54 100644 --- a/src/kdbindings/property.h +++ b/src/kdbindings/property.h @@ -384,7 +384,7 @@ class Property // Ideally we would like to figure out a way to remove the moved signal entirely // at some point. However currently it is still needed for Property bindings to // keep track of moved Properties. - template + template friend class Private::PropertyNode; Signal &> m_moved;