Look at the enumerators when populating the completion box.

This commit is contained in:
Roberto Raggi
2010-01-28 15:50:58 +01:00
parent fc77c277be
commit da81d59e24
3 changed files with 28 additions and 2 deletions

View File

@@ -157,6 +157,13 @@ private:
return true;
}
virtual bool processEnumerator(const QString &name, const Interpreter::Value *value)
{
if (! _globalCompletion)
_properties.insert(name, value);
return true;
}
virtual bool processSignal(const QString &, const Interpreter::Value *)
{
return true;