forked from qt-creator/qt-creator
QmlJS: Fix slots not being offered for completion.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user