Qt5: Don't use the deprecated {QString,QChar}::fromAscii()

Change-Id: Ic1d302c2186b11ffec5139f4f491d477d334ec8f
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Debao Zhang
2013-02-26 09:24:54 +08:00
parent 1193b0f5fb
commit f5dcd55117
3 changed files with 3 additions and 3 deletions

View File

@@ -594,7 +594,7 @@ void CreateBindings::lookupInScope(const Name *name, Scope *scope,
#ifdef DEBUG_LOOKUP
Overview oo;
qDebug() << "Found" << id->chars() << "in"
<< (binding ? oo(binding->_name) : QString::fromAscii("<null>"));
<< (binding ? oo(binding->_name) : QString::fromLatin1("<null>"));
#endif // DEBUG_LOOKUP
LookupItem item;