forked from qt-creator/qt-creator
Added infrastructure to change multiple files at once.
This commit is contained in:
@@ -733,6 +733,11 @@ TokenCache *CPPEditor::tokenCache() const
|
||||
return m_modelManager->tokenCache(editableInterface());
|
||||
}
|
||||
|
||||
CppTools::CppModelManagerInterface *CPPEditor::modelManager() const
|
||||
{
|
||||
return m_modelManager;
|
||||
}
|
||||
|
||||
void CPPEditor::startRename()
|
||||
{
|
||||
m_inRenameChanged = false;
|
||||
|
||||
Reference in New Issue
Block a user