summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-03-28 00:00:39 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-28 11:46:09 +0100
commitd49d4e18a22f41379d391fd8405c5e61cb4acc45 (patch)
treebf43e335578b47601ff48afc636184f79ce9e193
parent01754de4776905205d38d7bc66fa7b7caa0fe79b (diff)
downloadqtx11extras-d49d4e18a22f41379d391fd8405c5e61cb4acc45.tar.gz
Doc: Remove references to nonexistent functions
- setAppDpiX() - setAppDpiY() - screen() they only exist in Qt 4.8. Change-Id: Ifca7cf9712a9b822b0776f413451d6bca7c69a37 Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com> Reviewed-by: Martin Gräßlin <mgraesslin@kde.org> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
-rw-r--r--src/x11extras/qx11info_x11.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/x11extras/qx11info_x11.cpp b/src/x11extras/qx11info_x11.cpp
index 9e2cc3b..2a7e495 100644
--- a/src/x11extras/qx11info_x11.cpp
+++ b/src/x11extras/qx11info_x11.cpp
@@ -100,7 +100,7 @@ bool QX11Info::isPlatformX11()
multiscreen), there is only one X screen. Use QDesktopWidget to
query for information about Xinerama screens.
- \sa setAppDpiX(), appDpiY()
+ \sa appDpiY()
*/
int QX11Info::appDpiX(int screen)
{
@@ -127,7 +127,7 @@ int QX11Info::appDpiX(int screen)
multiscreen), there is only one X screen. Use QDesktopWidget to
query for information about Xinerama screens.
- \sa setAppDpiY(), appDpiX()
+ \sa appDpiX()
*/
int QX11Info::appDpiY(int screen)
{
@@ -181,7 +181,7 @@ unsigned long QX11Info::appRootWindow(int screen)
are interested in the monitor information as provided by the X11
RandR extension. This is available through QDesktopWidget and QScreen.
- \sa display(), screen()
+ \sa display()
*/
int QX11Info::appScreen()
{