Don't add the QML signals to the completion box.

This commit is contained in:
Roberto Raggi
2010-01-26 15:19:19 +01:00
parent aa92c84e08
commit 5d272795cf

View File

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