Core: Remove deprecated and now unused Core::Id(QString) constructor

Change-Id: I0eff48af98b3fd3ff244386a4424aa9dd0648919
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
hjk
2013-03-19 12:48:57 +01:00
committed by Eike Ziller
parent 3a95f5cb77
commit 2d7e49c794
2 changed files with 0 additions and 9 deletions

View File

@@ -169,14 +169,6 @@ Id::Id(const QByteArray &name)
: m_id(theId(name))
{}
/*!
\overload
\deprecated
*/
Id::Id(const QString &name)
: m_id(theId(name.toUtf8()))
{}
/*!
Returns an internal representation of the id.
*/