Doc: Hide QPA classes

Mark QPlatformGraphicsBuffer and QSystemTrayIcon as internal.

Change-Id: I39e5b4f635fca21ab0544cd840a113514b6b1e99
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
Friedemann Kleint 2017-04-13 15:17:58 +02:00
parent c5dafb177f
commit 2381332b0d
2 changed files with 3 additions and 6 deletions

View File

@ -63,6 +63,8 @@ QT_BEGIN_NAMESPACE
QPlatformGraphicsBuffer is intended to be created by using platform specific
APIs available from QtPlatformHeaders, or there might be accessor functions
similar to the accessor function that QPlatformBackingstore has.
\internal
*/
/*!

View File

@ -52,6 +52,7 @@ QT_BEGIN_NAMESPACE
\inmodule QtGui
\brief The QPlatformSystemTrayIcon class abstracts the system tray icon and interaction.
\internal
\sa QSystemTrayIcon
*/
@ -82,16 +83,10 @@ QT_BEGIN_NAMESPACE
\sa activated()
*/
/*!
\internal
*/
QPlatformSystemTrayIcon::QPlatformSystemTrayIcon()
{
}
/*!
\internal
*/
QPlatformSystemTrayIcon::~QPlatformSystemTrayIcon()
{
}