Core: Use the new Id methods in a few places

There are a lot more left.

Change-Id: I97d32629aa6deef0f4819f70cc0b8437f2814257
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
hjk
2013-01-15 13:28:17 +01:00
parent 0017a27581
commit 42c16ff7d3
13 changed files with 70 additions and 36 deletions

View File

@@ -49,7 +49,7 @@ public:
{ return m_name; }
virtual Core::Id id() const
{ return Core::Id(m_name); }
{ return Core::Id::fromString(m_name); }
virtual Core::IDocument *document() const
{ return 0; }