forked from qt-creator/qt-creator
Fixes: Diff editors don't get correct name.
They were no longer showing e.g. the file name of the diffed file. Also separate editor id and editor context a bit.
This commit is contained in:
@@ -158,7 +158,7 @@ bool ResourceEditorFile::save(const QString &name /*= QString()*/)
|
||||
}
|
||||
|
||||
QString ResourceEditorW::id() const {
|
||||
return QLatin1String(ResourceEditor::Constants::C_RESOURCEEDITOR_ID);
|
||||
return QLatin1String(ResourceEditor::Constants::RESOURCEEDITOR_ID);
|
||||
}
|
||||
|
||||
QString ResourceEditorFile::fileName() const
|
||||
|
||||
Reference in New Issue
Block a user