forked from qt-creator/qt-creator
		
	QmlJS: Fix QmlComponentChain not being exported.
It's meant to be. Reviewed-by: Daniel Molkentin
This commit is contained in:
		| @@ -244,7 +244,7 @@ class QMLJS_EXPORT ScopeChain | ||||
| public: | ||||
|     ScopeChain(); | ||||
|  | ||||
|     class QmlComponentChain | ||||
|     class QMLJS_EXPORT QmlComponentChain | ||||
|     { | ||||
|         Q_DISABLE_COPY(QmlComponentChain) | ||||
|     public: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user