forked from qt-creator/qt-creator
Don't add the QML signals to the completion box.
This commit is contained in:
@@ -291,10 +291,8 @@ private:
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user