diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-09 20:32:15 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-09 21:50:37 -0800 |
commit | 09532d0463dc04224b70abd7c0242fc0afa2240d (patch) | |
tree | 3d2535656a1c11616ce2f7c8eba9159439976b42 /desktop-widgets/printdialog.cpp | |
parent | 54757fb6943a71089da6e4287ccd2d9b95342a27 (diff) | |
download | subsurface-09532d0463dc04224b70abd7c0242fc0afa2240d.tar.gz |
Silence warnings in printdialog.cpp
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/printdialog.cpp')
-rw-r--r-- | desktop-widgets/printdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/printdialog.cpp b/desktop-widgets/printdialog.cpp index d10e67921..72e4d20c8 100644 --- a/desktop-widgets/printdialog.cpp +++ b/desktop-widgets/printdialog.cpp @@ -203,6 +203,7 @@ void PrintDialog::printClicked(void) void PrintDialog::onPaintRequested(QPrinter *printerPtr) { + Q_UNUSED(printerPtr) createPrinterObj(); connect(printer, SIGNAL(progessUpdated(int)), progressBar, SLOT(setValue(int))); printer->print(); |