summaryrefslogtreecommitdiffstats
path: root/tools/designer/shared
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-08 21:45:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-08 21:45:03 -0600
commit5e47b11f231d3b096b52355cc285e124f257986b (patch)
tree0bc94e3894ccf97b828cde2696dd7dea1cc94378 /tools/designer/shared
parente278b858739babff5cc19ca81a661e1256d162e7 (diff)
downloadqt3-5e47b11f231d3b096b52355cc285e124f257986b.tar.gz
qt3-5e47b11f231d3b096b52355cc285e124f257986b.zip
Enable gcc visibility support in Qt3
This partially closes Bug 696
Diffstat (limited to 'tools/designer/shared')
-rw-r--r--tools/designer/shared/domtool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/shared/domtool.h b/tools/designer/shared/domtool.h
index 4fa561c..15e508d 100644
--- a/tools/designer/shared/domtool.h
+++ b/tools/designer/shared/domtool.h
@@ -40,7 +40,7 @@
class QDomElement;
class QDomDocument;
-class DomTool : public Qt
+class Q_EXPORT DomTool : public Qt
{
public:
static QVariant readProperty( const QDomElement& e, const QString& name, const QVariant& defValue );