Kaydet (Commit) cd511523 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Adapt --enable-qt5

...to c0af8057 "weld SfxPrintOptionsDialog"

Change-Id: Id407eaf49c2a39d77489a724db6e58a6ff29455b
üst bfc4427b
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "Qt5Printer.hxx" #include "Qt5Printer.hxx"
bool Qt5InfoPrinter::Setup(SalFrame*, ImplJobSetup*) { return false; } bool Qt5InfoPrinter::Setup(weld::Window*, ImplJobSetup*) { return false; }
Qt5Printer::Qt5Printer(SalInfoPrinter* pInfoPrinter) Qt5Printer::Qt5Printer(SalInfoPrinter* pInfoPrinter)
: PspSalPrinter(pInfoPrinter) : PspSalPrinter(pInfoPrinter)
......
...@@ -27,7 +27,7 @@ class ImplJobSetup; ...@@ -27,7 +27,7 @@ class ImplJobSetup;
class Qt5InfoPrinter : public PspSalInfoPrinter class Qt5InfoPrinter : public PspSalInfoPrinter
{ {
public: public:
virtual bool Setup(SalFrame* pFrame, ImplJobSetup* pSetupData) override; virtual bool Setup(weld::Window* pFrame, ImplJobSetup* pSetupData) override;
}; };
class Qt5Printer : public PspSalPrinter class Qt5Printer : public PspSalPrinter
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment