forked from qt-creator/qt-creator
Fixes: - Resource editors not restored from session
Details: - Mismatch of kinds in editor and editor factory.
This commit is contained in:
@@ -161,7 +161,7 @@ bool ResourceEditorFile::save(const QString &name /*= QString()*/)
|
||||
}
|
||||
|
||||
const char *ResourceEditorW::kind() const {
|
||||
return ResourceEditor::Constants::C_RESOURCEWINDOW;
|
||||
return ResourceEditor::Constants::C_RESOURCEEDITOR;
|
||||
}
|
||||
|
||||
QString ResourceEditorFile::fileName() const
|
||||
|
||||
Reference in New Issue
Block a user