mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:03:23 +00:00
Silence warnings in printdialog.cpp
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
54757fb694
commit
09532d0463
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue