summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-05-08 15:37:42 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-05-08 15:37:42 (GMT)
commit7ec33b89beaad84893b8c79f1a1b81a9cd63887f (patch)
treeac460ba1139483b942dc816ad6fba17aa9004655 /src
parentabe987689028e244f463e4d0d5b0b294deb9c824 (diff)
downloadQt-7ec33b89beaad84893b8c79f1a1b81a9cd63887f.zip
Qt-7ec33b89beaad84893b8c79f1a1b81a9cd63887f.tar.gz
Qt-7ec33b89beaad84893b8c79f1a1b81a9cd63887f.tar.bz2
removing additional unused export to classes only used in QtGui
Reviewed-by: ogoffart
Diffstat (limited to 'src')
-rw-r--r--src/gui/text/qcssparser_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/text/qcssparser_p.h b/src/gui/text/qcssparser_p.h
index 4b07442..fbd6c16 100644
--- a/src/gui/text/qcssparser_p.h
+++ b/src/gui/text/qcssparser_p.h
@@ -403,7 +403,7 @@ struct BorderData {
// 4. QVector<Declaration> - { prop1: value1; prop2: value2; }
// 5. Declaration - prop1: value1;
-struct Q_GUI_EXPORT Declaration
+struct Declaration
{
struct DeclarationData : public QSharedData
{
@@ -539,7 +539,7 @@ struct BasicSelector
Relation relationToNext;
};
-struct Q_GUI_EXPORT Selector
+struct Selector
{
QVector<BasicSelector> basicSelectors;
int specificity() const;
@@ -552,7 +552,7 @@ struct MediaRule;
struct PageRule;
struct ImportRule;
-struct Q_GUI_EXPORT ValueExtractor
+struct ValueExtractor
{
ValueExtractor(const QVector<Declaration> &declarations, const QPalette & = QPalette());
@@ -620,7 +620,7 @@ enum StyleSheetOrigin {
StyleSheetOrigin_Inline
};
-struct Q_GUI_EXPORT StyleSheet
+struct StyleSheet
{
StyleSheet() : origin(StyleSheetOrigin_Unspecified), depth(0) { }
QVector<StyleRule> styleRules; //only contains rules that are not indexed