QmlJS: Fix QmlComponentChain not being exported.

It's meant to be.

Reviewed-by: Daniel Molkentin
This commit is contained in:
Christian Kamm
2010-09-24 15:36:27 +02:00
parent 321b78dff7
commit 449426baea

View File

@@ -244,7 +244,7 @@ class QMLJS_EXPORT ScopeChain
public:
ScopeChain();
class QmlComponentChain
class QMLJS_EXPORT QmlComponentChain
{
Q_DISABLE_COPY(QmlComponentChain)
public: