diff options
Diffstat (limited to 'src/base/QXmppStun.h')
| -rw-r--r-- | src/base/QXmppStun.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/base/QXmppStun.h b/src/base/QXmppStun.h index 4fa3e34b..deabdcb1 100644 --- a/src/base/QXmppStun.h +++ b/src/base/QXmppStun.h @@ -241,16 +241,15 @@ private: class QXMPP_EXPORT QXmppIceConnection : public QXmppLoggable { Q_OBJECT - Q_ENUMS(GatheringState) Q_PROPERTY(QXmppIceConnection::GatheringState gatheringState READ gatheringState NOTIFY gatheringStateChanged) public: - enum GatheringState - { + enum GatheringState { NewGatheringState, BusyGatheringState, CompleteGatheringState }; + Q_ENUM(GatheringState) QXmppIceConnection(QObject *parent = nullptr); ~QXmppIceConnection() override; |
