QmlOutline: Replace WeakPointer by normal one

This commit is contained in:
Kai Koehne
2010-08-13 13:50:35 +02:00
parent 258a212d73
commit 2d64eb846b
2 changed files with 9 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ private:
private:
QmlJSOutlineTreeView *m_treeView;
QmlJSOutlineFilterModel *m_filterModel;
QWeakPointer<QmlJSTextEditor> m_editor;
QmlJSTextEditor *m_editor;
QAction *m_showBindingsAction;