forked from qt-creator/qt-creator
CppEditor: Rename CPPEditor{,Document} to CppEditor{,Document}
Better in line with the rest. Change-Id: I692c8b6b9bebf22f059709fb60e53ea04fcb7d53 Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -136,7 +136,7 @@ void CppIncludeHierarchyWidget::perform()
|
||||
{
|
||||
showNoIncludeHierarchyLabel();
|
||||
|
||||
m_editor = qobject_cast<CPPEditor *>(Core::EditorManager::currentEditor());
|
||||
m_editor = qobject_cast<CppEditor *>(Core::EditorManager::currentEditor());
|
||||
if (!m_editor)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user