forked from qt-creator/qt-creator
CPlusPlus: Compile with QT_NO_CAST_FROM_ASCII
Change-Id: I1cfb413b7e88e91e9c4719a8a7b81c752c40767e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
committed by
Erik Verbruggen
parent
ad7d3a9dbb
commit
abc8567198
@@ -133,7 +133,7 @@ LookupContext::LookupContext()
|
||||
|
||||
LookupContext::LookupContext(Document::Ptr thisDocument,
|
||||
const Snapshot &snapshot)
|
||||
: _expressionDocument(Document::create("<LookupContext>")),
|
||||
: _expressionDocument(Document::create(QLatin1String("<LookupContext>"))),
|
||||
_thisDocument(thisDocument),
|
||||
_snapshot(snapshot),
|
||||
_control(new Control()),
|
||||
|
||||
Reference in New Issue
Block a user