summaryrefslogtreecommitdiffstats
path: root/src/printsupport
diff options
context:
space:
mode:
authorJohn Layt <jlayt@kde.org>2013-04-11 18:42:41 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-12 11:46:01 +0200
commit61d0f728ae40b9031e2c76d4def15986a8e6439a (patch)
tree16ffedbd305edf84b2e79e06b6ae9c71032ee903 /src/printsupport
parent839a9c11de9b639d3e19ca62fd363a9db3a63d11 (diff)
QPrinter - Fix doc errors
Fix doc errors. Task-number: QTBUG-27143 Change-Id: I59376bdb48ce03eb61f38b7dd7eb58f0d517a873 Reviewed-by: Casper van Donderen <casper.vandonderen@gmail.com>
Diffstat (limited to 'src/printsupport')
-rw-r--r--src/printsupport/kernel/qprinter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/printsupport/kernel/qprinter.cpp b/src/printsupport/kernel/qprinter.cpp
index 387101dc9b..a8a99564ac 100644
--- a/src/printsupport/kernel/qprinter.cpp
+++ b/src/printsupport/kernel/qprinter.cpp
@@ -295,9 +295,9 @@ void QPrinterPrivate::addToManualSetList(QPrintEngine::PrintEnginePropertyKey ke
lower quality output than HighResolution and should only be used
for drafts.
- \value PrinterResolution This value is deprecated. Is is
+ \value PrinterResolution This value is deprecated. It is
equivalent to ScreenResolution on Unix and HighResolution on
- Windows and Mac. Due do the difference between ScreenResolution
+ Windows and Mac. Due to the difference between ScreenResolution
and HighResolution, use of this value may lead to non-portable
printer code.