forked from qt-creator/qt-creator
CppTools: Clean up CppModelManager(Interface)
* Const correctness * Better variable names * Sort order of includes and forward declarations * Comment fixes * Cosmetic/Whitespace changes Change-Id: Ieb137266ac7eddedb00c37f8b2cc8677d67e4bdd Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
committed by
David Schulz
parent
f068223133
commit
fdaddec7d1
@@ -561,7 +561,7 @@ CPPEditorWidget::CPPEditorWidget(QWidget *parent)
|
||||
CPPEditorWidget::~CPPEditorWidget()
|
||||
{
|
||||
if (m_modelManager)
|
||||
m_modelManager->deleteEditorSupport(editor());
|
||||
m_modelManager->deleteCppEditorSupport(editor());
|
||||
|
||||
delete m_completionSupport;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user