summaryrefslogtreecommitdiffstats
path: root/src/printsupport/dialogs/qprintdialog.h
diff options
context:
space:
mode:
authorMartin Klapetek <mklapetek@kde.org>2013-09-12 15:19:00 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-17 14:24:48 +0200
commit75ffb131ed13183ef65a04e12d7506dedc0f1aaa (patch)
treec0605c021e416ce2a3fc25716aca33a5cfcaa7c1 /src/printsupport/dialogs/qprintdialog.h
parentf098148ebc04ac3297c72e2564853e80d43425b1 (diff)
Add CUPS Page Set options to print support
Adds combobox to select CUPS Page Set option (even/odd pages) into the Unix print dialog [ChangeLog][QtPrintSupport][QPrintDialog] Added support for setting CUPS Page Set (even/odd pages only) in the print dialog. Change-Id: I27dd846f58c164039fe2759064aafdf726a1287e Reviewed-by: John Layt <jlayt@kde.org>
Diffstat (limited to 'src/printsupport/dialogs/qprintdialog.h')
-rw-r--r--src/printsupport/dialogs/qprintdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/printsupport/dialogs/qprintdialog.h b/src/printsupport/dialogs/qprintdialog.h
index 7d77c6af07..c822aa0533 100644
--- a/src/printsupport/dialogs/qprintdialog.h
+++ b/src/printsupport/dialogs/qprintdialog.h
@@ -107,6 +107,7 @@ Q_SIGNALS:
private:
#if defined (Q_OS_UNIX) && !defined(Q_OS_MAC)
Q_PRIVATE_SLOT(d_func(), void _q_chbPrintLastFirstToggled(bool))
+ Q_PRIVATE_SLOT(d_func(), void _q_togglePageSetCombo(bool))
Q_PRIVATE_SLOT(d_func(), void _q_collapseOrExpandDialog())
# if !defined(QT_NO_MESSAGEBOX)
Q_PRIVATE_SLOT(d_func(), void _q_checkFields())