From 5e47b11f231d3b096b52355cc285e124f257986b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 8 Jan 2012 21:45:03 -0600 Subject: Enable gcc visibility support in Qt3 This partially closes Bug 696 --- tools/designer/shared/domtool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/designer/shared/domtool.h') 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 ); -- cgit v1.2.3