mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
remove unused and internal QUnixPrintWidget::updatePrinter()
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
77e8e4c4be
commit
7c0f7a8f11
1 changed files with 0 additions and 11 deletions
|
@ -141,7 +141,6 @@ class QUnixPrintWidget : public QWidget
|
|||
public:
|
||||
QUnixPrintWidget(QPrinter *printer, QWidget *parent = Q_NULLPTR);
|
||||
~QUnixPrintWidget();
|
||||
void updatePrinter();
|
||||
|
||||
private:
|
||||
friend class QPrintDialogPrivate;
|
||||
|
@ -990,16 +989,6 @@ QUnixPrintWidget::~QUnixPrintWidget()
|
|||
{
|
||||
delete d;
|
||||
}
|
||||
|
||||
/*! \internal
|
||||
|
||||
Updates the printer with the states held in the QUnixPrintWidget.
|
||||
*/
|
||||
void QUnixPrintWidget::updatePrinter()
|
||||
{
|
||||
d->setupPrinter();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Reference in a new issue