forked from qt-creator/qt-creator
Avoids spelling problems, makes it easier to know all possible messages and enables autocompletion. The enum is part of a QObject derived class so that the meta object can be used to print out the enumerators as readable strings. Reviewed-by: Kai Koehne
4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
INCLUDEPATH += $$PWD
|
|
DEPENDPATH += $$PWD
|
|
HEADERS += $$PWD/observerprotocol.h
|