forked from qt-creator/qt-creator
QmlJSEditor: Modernize
modernize-* Change-Id: I4dceb82c3904069a0d9848b2af61122d9282cb36 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -38,7 +38,7 @@ QT_END_NAMESPACE
|
||||
namespace QmlJS {
|
||||
class ScopeChain;
|
||||
class Context;
|
||||
typedef QSharedPointer<const Context> ContextPtr;
|
||||
using ContextPtr = QSharedPointer<const Context>;
|
||||
class Value;
|
||||
class ObjectValue;
|
||||
}
|
||||
@@ -82,7 +82,7 @@ private:
|
||||
const QmlJS::Document::Ptr &qmlDocument,
|
||||
QmlJS::AST::Node *node);
|
||||
|
||||
QmlJS::ModelManagerInterface *m_modelManager;
|
||||
QmlJS::ModelManagerInterface *m_modelManager = nullptr;
|
||||
QColor m_colorTip;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user