Added Q_GUI_EXPORT for some internal symbols needed in QtWidgets.
Change-Id: I1e3ba974ebb1200095ddd32a905acaab3cea1c1e Reviewed-on: http://codereview.qt.nokia.com/2207 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>bb10
parent
2d114e45a8
commit
233411bc1e
|
|
@ -68,7 +68,7 @@ QT_MODULE(Gui)
|
|||
|
||||
class QWingedEdge;
|
||||
|
||||
class Q_AUTOTEST_EXPORT QPathClipper
|
||||
class Q_GUI_EXPORT QPathClipper
|
||||
{
|
||||
public:
|
||||
enum Operation {
|
||||
|
|
|
|||
|
|
@ -1014,7 +1014,7 @@ void addSegmentsToPath(Segment *segment, QPainterPath &path)
|
|||
|
||||
}
|
||||
|
||||
Q_AUTOTEST_EXPORT QPainterPath qt_regionToPath(const QRegion ®ion)
|
||||
Q_GUI_EXPORT QPainterPath qt_regionToPath(const QRegion ®ion)
|
||||
{
|
||||
QPainterPath result;
|
||||
if (region.rectCount() == 1) {
|
||||
|
|
|
|||
|
|
@ -416,7 +416,7 @@ struct BorderData {
|
|||
// 4. QVector<Declaration> - { prop1: value1; prop2: value2; }
|
||||
// 5. Declaration - prop1: value1;
|
||||
|
||||
struct Q_AUTOTEST_EXPORT Declaration
|
||||
struct Q_GUI_EXPORT Declaration
|
||||
{
|
||||
struct DeclarationData : public QSharedData
|
||||
{
|
||||
|
|
@ -552,7 +552,7 @@ struct BasicSelector
|
|||
Relation relationToNext;
|
||||
};
|
||||
|
||||
struct Q_AUTOTEST_EXPORT Selector
|
||||
struct Q_GUI_EXPORT Selector
|
||||
{
|
||||
QVector<BasicSelector> basicSelectors;
|
||||
int specificity() const;
|
||||
|
|
@ -565,7 +565,7 @@ struct MediaRule;
|
|||
struct PageRule;
|
||||
struct ImportRule;
|
||||
|
||||
struct Q_AUTOTEST_EXPORT ValueExtractor
|
||||
struct Q_GUI_EXPORT ValueExtractor
|
||||
{
|
||||
ValueExtractor(const QVector<Declaration> &declarations, const QPalette & = QPalette());
|
||||
|
||||
|
|
@ -739,7 +739,7 @@ struct Q_GUI_EXPORT Symbol
|
|||
QString lexem() const;
|
||||
};
|
||||
|
||||
class Q_AUTOTEST_EXPORT Scanner
|
||||
class Q_GUI_EXPORT Scanner
|
||||
{
|
||||
public:
|
||||
static QString preprocess(const QString &input, bool *hasEscapeSequences = 0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue