From 5481601debd6ce06bb8f0135e3ea4baf8a21cb3d Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Mon, 15 Feb 2021 14:08:44 +0100 Subject: [PATCH] Mark QPropertyAlias as internal That class was only really meant for the QML compiler, and it is dubious if event that one needs it. The current implementation is also broken. Pick-to: 6.1 6.0 Change-Id: Ie40d282707f3fabc8079bee9e98f082aeb9d30b3 Reviewed-by: Ulf Hermann --- src/corelib/kernel/qproperty.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/corelib/kernel/qproperty.cpp b/src/corelib/kernel/qproperty.cpp index 342133c991..1a0c70dafb 100644 --- a/src/corelib/kernel/qproperty.cpp +++ b/src/corelib/kernel/qproperty.cpp @@ -1338,6 +1338,8 @@ QString QPropertyBindingError::description() const /*! \class QPropertyAlias \inmodule QtCore + \internal + \brief The QPropertyAlias class is a safe alias for a QProperty with same template parameter. \ingroup tools