Remove QPrintDialogPrivate::applyPrinterProperties, no one calls it
Change-Id: Ic140f62e5cb63c6a4b7f4fa10ca243d8bb055c4e Reviewed-by: Andy Shaw <andy.shaw@qt.io>bb10
parent
083d3b885e
commit
2ecfdf87b8
|
|
@ -203,8 +203,6 @@ public:
|
|||
~QPrintDialogPrivate();
|
||||
|
||||
void init();
|
||||
/// copy printer properties to the widget
|
||||
void applyPrinterProperties();
|
||||
|
||||
void selectPrinter(const QPrinter::OutputFormat outputFormat);
|
||||
|
||||
|
|
@ -390,12 +388,6 @@ void QPrintDialogPrivate::selectPrinter(const QPrinter::OutputFormat outputForma
|
|||
options.pageSetCombo->setEnabled(true);
|
||||
}
|
||||
|
||||
void QPrintDialogPrivate::applyPrinterProperties()
|
||||
{
|
||||
// apply printer options to property dialog
|
||||
top->d->applyPrinterProperties();
|
||||
}
|
||||
|
||||
void QPrintDialogPrivate::setupPrinter()
|
||||
{
|
||||
// First setup the requested OutputFormat, Printer and Page Size first
|
||||
|
|
|
|||
Loading…
Reference in New Issue