Core::Id: Remove some explicit casts to Core::Id

Change-Id: Ibe505c8331f7d1280fdb8784a00321742f5d94cb
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Tobias Hunger
2013-09-03 11:42:35 +02:00
committed by hjk
parent 480d014b44
commit d18b61b85d
40 changed files with 170 additions and 178 deletions

View File

@@ -316,7 +316,7 @@ QString QmlProject::displayName() const
Core::Id QmlProject::id() const
{
return Core::Id("QmlProjectManager.QmlProject");
return "QmlProjectManager.QmlProject";
}
Core::IDocument *QmlProject::document() const