Search in the editor buffers.

This commit is contained in:
Roberto Raggi
2009-06-10 12:25:52 +02:00
parent 3ae43daa5a
commit ec769aeaf7
3 changed files with 18 additions and 10 deletions

View File

@@ -560,7 +560,7 @@ public:
LookupContext lookupContext(Symbol *symbol) const
{
LookupContext context(symbol, Document::create("<none>"), _doc, _snapshot);
LookupContext context(symbol, Document::create(QLatin1String("<none>")), _doc, _snapshot);
return context;
}