summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-02-15 14:08:44 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-02-16 01:24:49 +0000
commit9e2a85b2a204a81566294c3b233eb57446901538 (patch)
tree47692fe851731e9138fd08ba4bec4b371423d964
parent6e1b0f9d14b0de4975fc8313a87e2f4a31b78581 (diff)
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. Change-Id: Ie40d282707f3fabc8079bee9e98f082aeb9d30b3 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> (cherry picked from commit 5481601debd6ce06bb8f0135e3ea4baf8a21cb3d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/corelib/kernel/qproperty.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/kernel/qproperty.cpp b/src/corelib/kernel/qproperty.cpp
index fbe582304b..52d5ca84e8 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