forked from qt-creator/qt-creator
EditorManager: Use static pattern, adjust surrounding code
Change-Id: I3255a0150cd9a730336456c5a9f986eb74fefbff Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -1350,7 +1350,7 @@ void ClearCasePlugin::describe(const QString &source, const QString &changeNr)
|
||||
void ClearCasePlugin::checkInSelected()
|
||||
{
|
||||
m_submitActionTriggered = true;
|
||||
Core::EditorManager::instance()->closeEditor();
|
||||
Core::EditorManager::closeEditor();
|
||||
}
|
||||
|
||||
QString ClearCasePlugin::runCleartoolSync(const QString &workingDir,
|
||||
|
||||
Reference in New Issue
Block a user