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
parent
1f8ced2d6d
commit
ee41a5941b
|
|
@ -149,6 +149,8 @@ QScreen::~QScreen()
|
|||
|
||||
/*!
|
||||
Get the platform screen handle.
|
||||
|
||||
\sa {Qt Platform Abstraction}{Qt Platform Abstraction (QPA)}
|
||||
*/
|
||||
QPlatformScreen *QScreen::handle() const
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue