summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-05-09 13:39:03 +0200
committerSamuel Rødal <samuel.rodal@nokia.com>2011-05-09 13:40:34 +0200
commitdf677b9653d2169cd52fdce34d9fd04a6c1397d7 (patch)
tree2a09cd3bafdc1aaa819c15545a3b3f9514318f99 /src
parenta4e8d9214845ff31f41af73f9468f54f15842c95 (diff)
Exports for QtWidgets to link.
Diffstat (limited to 'src')
-rw-r--r--src/gui/painting/qcups_p.h2
-rw-r--r--src/gui/painting/qpdf_p.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/painting/qcups_p.h b/src/gui/painting/qcups_p.h
index bc00c7396e..4b3ea32ac7 100644
--- a/src/gui/painting/qcups_p.h
+++ b/src/gui/painting/qcups_p.h
@@ -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();
diff --git a/src/gui/painting/qpdf_p.h b/src/gui/painting/qpdf_p.h
index 39e6c21620..6b2e16f3de 100644
--- a/src/gui/painting/qpdf_p.h
+++ b/src/gui/painting/qpdf_p.h
@@ -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);
}