forked from qt-creator/qt-creator
QmlJS: Stop doing significant work in constructors.
To avoid order-of-initialization problems. Reviewed-by: Thomas Hartmann
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
|
||||
namespace QmlJS {
|
||||
|
||||
class Link;
|
||||
class Document;
|
||||
|
||||
class QMLJS_EXPORT Bind: protected AST::Visitor
|
||||
|
||||
Reference in New Issue
Block a user