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>
bb10
Paul Wicking 2019-07-10 15:05:26 +02:00
parent 1f8ced2d6d
commit ee41a5941b
1 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,8 @@ QScreen::~QScreen()
/*!
Get the platform screen handle.
\sa {Qt Platform Abstraction}{Qt Platform Abstraction (QPA)}
*/
QPlatformScreen *QScreen::handle() const
{