From a4d292ecb0a3459825e81a2b6d81df7a6d6635fb Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Tue, 4 Feb 2020 16:11:24 +0100 Subject: Fix undocumented Q_PROPERTies --- src/base/QXmppStun.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/base/QXmppStun.cpp') diff --git a/src/base/QXmppStun.cpp b/src/base/QXmppStun.cpp index 703ca962..636afc38 100644 --- a/src/base/QXmppStun.cpp +++ b/src/base/QXmppStun.cpp @@ -2568,9 +2568,6 @@ bool QXmppIceConnection::isConnected() const return true; } -/// Returns the ICE gathering state, that is the discovery of -/// local candidates. - QXmppIceConnection::GatheringState QXmppIceConnection::gatheringState() const { return d->gatheringState; -- cgit v1.2.3