forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user