forked from qt-creator/qt-creator
QmlJS: Fix slots not being offered for completion.
This commit is contained in:
@@ -242,7 +242,6 @@ private:
|
|||||||
|
|
||||||
virtual bool processSlot(const QString &name, const Interpreter::Value *value)
|
virtual bool processSlot(const QString &name, const Interpreter::Value *value)
|
||||||
{
|
{
|
||||||
if (! _globalCompletion)
|
|
||||||
insertProperty(name, value);
|
insertProperty(name, value);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user