forked from qt-creator/qt-creator
QmlOutline: Replace WeakPointer by normal one
This commit is contained in:
@@ -62,7 +62,7 @@ private:
|
||||
private:
|
||||
QmlJSOutlineTreeView *m_treeView;
|
||||
QmlJSOutlineFilterModel *m_filterModel;
|
||||
QWeakPointer<QmlJSTextEditor> m_editor;
|
||||
QmlJSTextEditor *m_editor;
|
||||
|
||||
QAction *m_showBindingsAction;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user