Update the documentation of QScreen::name()

Task-number: QTBUG-109569
Pick-to: 6.5 6.4
Change-Id: I24ed586e9094e7cd2277c6289ffbd4210dd6e430
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
bb10
Yuhang Zhao 2022-12-22 18:56:47 +08:00
parent f071421558
commit 9af5a70c55
1 changed files with 4 additions and 0 deletions

View File

@ -130,6 +130,10 @@ QPlatformScreen *QScreen::handle() const
For example, on X11 these correspond to the XRandr screen names,
typically "VGA1", "HDMI1", etc.
\note The user presentable string is not guaranteed to match the
result of any native APIs, and should not be used to uniquely identify
a screen.
*/
QString QScreen::name() const
{