forked from qt-creator/qt-creator
Look at the enumerators when populating the completion box.
This commit is contained in:
@@ -204,6 +204,7 @@ public:
|
||||
|
||||
// Returns false to stop the processor.
|
||||
virtual bool processProperty(const QString &name, const Value *value);
|
||||
virtual bool processEnumerator(const QString &name, const Value *value);
|
||||
virtual bool processSignal(const QString &name, const Value *value);
|
||||
virtual bool processSlot(const QString &name, const Value *value);
|
||||
virtual bool processGeneratedSlot(const QString &name, const Value *value);
|
||||
|
Reference in New Issue
Block a user