Exports for QtWidgets to link.
parent
a4e8d92148
commit
df677b9653
|
|
@ -65,7 +65,7 @@ QT_BEGIN_NAMESPACE
|
|||
|
||||
Q_DECLARE_TYPEINFO(cups_option_t, Q_MOVABLE_TYPE | Q_PRIMITIVE_TYPE);
|
||||
|
||||
class QCUPSSupport
|
||||
class Q_GUI_EXPORT QCUPSSupport
|
||||
{
|
||||
public:
|
||||
QCUPSSupport();
|
||||
|
|
|
|||
|
|
@ -153,8 +153,8 @@ namespace QPdf {
|
|||
struct PaperSize {
|
||||
int width, height; // in postscript points
|
||||
};
|
||||
PaperSize paperSize(QPrinter::PaperSize paperSize);
|
||||
const char *paperSizeToString(QPrinter::PaperSize paperSize);
|
||||
Q_GUI_EXPORT PaperSize paperSize(QPrinter::PaperSize paperSize);
|
||||
Q_GUI_EXPORT const char *paperSizeToString(QPrinter::PaperSize paperSize);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue