summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qguiapplication.cpp')
-rw-r--r--src/gui/kernel/qguiapplication.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/kernel/qguiapplication.cpp b/src/gui/kernel/qguiapplication.cpp
index 190d52776a..810def937d 100644
--- a/src/gui/kernel/qguiapplication.cpp
+++ b/src/gui/kernel/qguiapplication.cpp
@@ -709,10 +709,9 @@ QList<QScreen *> QGuiApplication::screens()
device-independent pixels.
Use this function only when you don't know which window you are targeting.
- If you do know the target window use QWindow::devicePixelRatio() instead.
+ If you do know the target window, use QWindow::devicePixelRatio() instead.
- \sa QWindow::devicePixelRatio();
- \sa QGuiApplicaiton::devicePixelRatio();
+ \sa QWindow::devicePixelRatio()
*/
qreal QGuiApplication::devicePixelRatio() const
{