Skip to content
Snippets Groups Projects
Commit 449426ba authored by Christian Kamm's avatar Christian Kamm
Browse files

QmlJS: Fix QmlComponentChain not being exported.

It's meant to be.

Reviewed-by: Daniel Molkentin
parent 321b78df
No related branches found
No related tags found
No related merge requests found
......@@ -244,7 +244,7 @@ class QMLJS_EXPORT ScopeChain
public:
ScopeChain();
class QmlComponentChain
class QMLJS_EXPORT QmlComponentChain
{
Q_DISABLE_COPY(QmlComponentChain)
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment