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>
This commit is contained in:
Fabian Kosmale 2021-02-15 14:08:44 +01:00 committed by Qt Cherry-pick Bot
parent 8de9fefed8
commit 52fc2539e0

View File

@ -1126,6 +1126,8 @@ QString QPropertyBindingError::description() const
/*! /*!
\class QPropertyAlias \class QPropertyAlias
\inmodule QtCore \inmodule QtCore
\internal
\brief The QPropertyAlias class is a safe alias for a QProperty with same template parameter. \brief The QPropertyAlias class is a safe alias for a QProperty with same template parameter.
\ingroup tools \ingroup tools