diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-02-04 16:11:24 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2020-02-04 16:13:03 +0100 |
| commit | a4d292ecb0a3459825e81a2b6d81df7a6d6635fb (patch) | |
| tree | 0808b3b527d030c2f2cbd846f832d639d6a20c31 /src/base/QXmppStun.h | |
| parent | 99c0df8616056318eb94539cfde497d3b10f3ae0 (diff) | |
| download | qxmpp-a4d292ecb0a3459825e81a2b6d81df7a6d6635fb.tar.gz | |
Fix undocumented Q_PROPERTies
Diffstat (limited to 'src/base/QXmppStun.h')
| -rw-r--r-- | src/base/QXmppStun.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/base/QXmppStun.h b/src/base/QXmppStun.h index 6b66aad4..c801e4af 100644 --- a/src/base/QXmppStun.h +++ b/src/base/QXmppStun.h @@ -241,6 +241,7 @@ private: class QXMPP_EXPORT QXmppIceConnection : public QXmppLoggable { Q_OBJECT + /// The ICE gathering state, that is the discovery of local candidates Q_PROPERTY(QXmppIceConnection::GatheringState gatheringState READ gatheringState NOTIFY gatheringStateChanged) public: @@ -274,6 +275,9 @@ public: bool bind(const QList<QHostAddress> &addresses); bool isConnected() const; + // documentation needs to be here, see https://stackoverflow.com/questions/49192523/ + /// Returns the ICE gathering state, that is the discovery of local + /// candidates. GatheringState gatheringState() const; signals: |
