summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-04-13 15:17:58 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-04-19 07:25:05 +0000
commit2381332b0ddaec46c009e54907961a4c7043baf0 (patch)
tree363b1294df822655b90e56d22332f3b626848b7d /src/gui/kernel
parentc5dafb177fc66600defe4dc398edcf6d4ba0c4d9 (diff)
Doc: Hide QPA classes
Mark QPlatformGraphicsBuffer and QSystemTrayIcon as internal. Change-Id: I39e5b4f635fca21ab0544cd840a113514b6b1e99 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qplatformgraphicsbuffer.cpp2
-rw-r--r--src/gui/kernel/qplatformsystemtrayicon.cpp7
2 files changed, 3 insertions, 6 deletions
diff --git a/src/gui/kernel/qplatformgraphicsbuffer.cpp b/src/gui/kernel/qplatformgraphicsbuffer.cpp
index 8080cb91ad..d42231e958 100644
--- a/src/gui/kernel/qplatformgraphicsbuffer.cpp
+++ b/src/gui/kernel/qplatformgraphicsbuffer.cpp
@@ -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
*/
/*!
diff --git a/src/gui/kernel/qplatformsystemtrayicon.cpp b/src/gui/kernel/qplatformsystemtrayicon.cpp
index 973b998059..5481997b3c 100644
--- a/src/gui/kernel/qplatformsystemtrayicon.cpp
+++ b/src/gui/kernel/qplatformsystemtrayicon.cpp
@@ -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()
{
}