Look at the enumerators when populating the completion box.

This commit is contained in:
Roberto Raggi
2010-01-28 15:50:58 +01:00
parent fc77c277be
commit da81d59e24
3 changed files with 28 additions and 2 deletions

View File

@@ -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);