summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2019-07-10 15:05:26 +0200
committerPaul Wicking <paul.wicking@qt.io>2020-01-30 13:00:48 +0100
commitee41a5941b2a757598f950320003ffb4a155e39b (patch)
tree69685f3366837e61956c132181549fdeae31a52d
parent1f8ced2d6df024ba007f9bb25e12bf4e23aee2db (diff)
Doc: Add see also link to QScreen::handle()
As the method returns a pointer to a private type (QPA), add see also with link to QPA docs. Fixes: QTBUG-76978 Change-Id: If59670ca0a9a47b42b6441baa23525eb20f92979 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
-rw-r--r--src/gui/kernel/qscreen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qscreen.cpp b/src/gui/kernel/qscreen.cpp
index 7adf3db1b8..ad128a88e9 100644
--- a/src/gui/kernel/qscreen.cpp
+++ b/src/gui/kernel/qscreen.cpp
@@ -149,6 +149,8 @@ QScreen::~QScreen()
/*!
Get the platform screen handle.
+
+ \sa {Qt Platform Abstraction}{Qt Platform Abstraction (QPA)}
*/
QPlatformScreen *QScreen::handle() const
{