summaryrefslogtreecommitdiffstats
path: root/src/printsupport/kernel/qprinter.h
diff options
context:
space:
mode:
authorJohn Layt <jlayt@kde.org>2014-01-17 16:45:18 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-05 19:34:03 +0100
commit5af95d077bc7bcb1633d81686d324d167746040b (patch)
tree71f96ae7b7f548b47b358eed4c6d98edadee9d88 /src/printsupport/kernel/qprinter.h
parent27c33a8f7a9469fd8b55de62b11e0b6b868636c5 (diff)
QPrinter - Fix Printer Selection option on Windows
Make the printer selection option api public on Windows to be consistent with Mac, and with the print program api which is already public. Change-Id: I3da9684288348eaa43276ca8534a1d5809f7027b Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/printsupport/kernel/qprinter.h')
-rw-r--r--src/printsupport/kernel/qprinter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/printsupport/kernel/qprinter.h b/src/printsupport/kernel/qprinter.h
index d529c06b4d..54047c0c32 100644
--- a/src/printsupport/kernel/qprinter.h
+++ b/src/printsupport/kernel/qprinter.h
@@ -227,10 +227,8 @@ public:
QRectF paperRect(Unit) const;
QRectF pageRect(Unit) const;
-#if !defined(Q_OS_WIN) || defined(Q_QDOC)
QString printerSelectionOption() const;
void setPrinterSelectionOption(const QString &);
-#endif
bool newPage();
bool abort();