forked from qt-creator/qt-creator
more Id type fixes
Change-Id: I3720946ba5485696822976567d83b4d6cb1fb283 x Change-Id: Iab58bc34bc56371405d132315573b484a533b77c Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -184,8 +184,9 @@ void ResourceEditorFile::rename(const QString &newName)
|
||||
emit changed();
|
||||
}
|
||||
|
||||
QString ResourceEditorW::id() const {
|
||||
return QLatin1String(ResourceEditor::Constants::RESOURCEEDITOR_ID);
|
||||
Core::Id ResourceEditorW::id() const
|
||||
{
|
||||
return Core::Id(ResourceEditor::Constants::RESOURCEEDITOR_ID);
|
||||
}
|
||||
|
||||
QString ResourceEditorFile::fileName() const
|
||||
|
||||
Reference in New Issue
Block a user