summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/parser/qmljsastvisitor_p.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2009-12-03 09:55:34 (GMT)
committerErik Verbruggen <erik.verbruggen@nokia.com>2009-12-03 09:56:50 (GMT)
commitdbb1099246dd90f2cee9ad2e9d0f53e238c8fd96 (patch)
tree2d0a336e47b56ccf5bf6278ba2969bd4b8c53afa /src/declarative/qml/parser/qmljsastvisitor_p.h
parent6b17afa3337a0fc0dfcf70560570bfbf5618f842 (diff)
downloadQt-dbb1099246dd90f2cee9ad2e9d0f53e238c8fd96.zip
Qt-dbb1099246dd90f2cee9ad2e9d0f53e238c8fd96.tar.gz
Qt-dbb1099246dd90f2cee9ad2e9d0f53e238c8fd96.tar.bz2
Added conditional macro which will make the copy in QtCreator able to export the classes across shared libraries/plug-ins.
Diffstat (limited to 'src/declarative/qml/parser/qmljsastvisitor_p.h')
-rw-r--r--src/declarative/qml/parser/qmljsastvisitor_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/parser/qmljsastvisitor_p.h b/src/declarative/qml/parser/qmljsastvisitor_p.h
index cb76b3a..b49a151 100644
--- a/src/declarative/qml/parser/qmljsastvisitor_p.h
+++ b/src/declarative/qml/parser/qmljsastvisitor_p.h
@@ -60,7 +60,7 @@ QT_QML_BEGIN_NAMESPACE
namespace QmlJS { namespace AST {
-class Visitor
+class QML_PARSER_EXPORT Visitor
{
public:
Visitor();