QmlJS: Fix slots not being offered for completion.

This commit is contained in:
Christian Kamm
2010-06-28 10:14:13 +02:00
parent 38e8c0dfd0
commit 01a5953575

View File

@@ -242,8 +242,7 @@ private:
virtual bool processSlot(const QString &name, const Interpreter::Value *value)
{
if (! _globalCompletion)
insertProperty(name, value);
insertProperty(name, value);
return true;
}