Remove unused QPpdPrintDevice constructor
Change-Id: I19a6cddebfbd1b72f01feae8873a634348cdc926 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>bb10
parent
5daaafa084
commit
c0a7c7b42d
|
|
@ -50,13 +50,6 @@
|
|||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
QPpdPrintDevice::QPpdPrintDevice()
|
||||
: QPlatformPrintDevice(),
|
||||
m_cupsDest(0),
|
||||
m_ppd(0)
|
||||
{
|
||||
}
|
||||
|
||||
QPpdPrintDevice::QPpdPrintDevice(const QString &id)
|
||||
: QPlatformPrintDevice(id),
|
||||
m_cupsDest(0),
|
||||
|
|
|
|||
|
|
@ -65,7 +65,6 @@ QT_BEGIN_NAMESPACE
|
|||
class QPpdPrintDevice : public QPlatformPrintDevice
|
||||
{
|
||||
public:
|
||||
QPpdPrintDevice();
|
||||
explicit QPpdPrintDevice(const QString &id);
|
||||
virtual ~QPpdPrintDevice();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue