telepathy-qt: dbus-tubes: Make DBusTubeChannel::setAddress() private

Dario Freddi drf at kemper.freedesktop.org
Tue Jul 3 15:09:00 PDT 2012


Module: telepathy-qt
Branch: master
Commit: 12867e6834d5945d9c02293388c679ca5416d83f
URL:    http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=12867e6834d5945d9c02293388c679ca5416d83f

Author: George Kiagiadakis <george.kiagiadakis at collabora.com>
Date:   Mon Jul  2 18:40:08 2012 +0300

dbus-tubes: Make DBusTubeChannel::setAddress() private

---

 TelepathyQt/dbus-tube-channel.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt/dbus-tube-channel.h b/TelepathyQt/dbus-tube-channel.h
index bb32a88..f96735a 100644
--- a/TelepathyQt/dbus-tube-channel.h
+++ b/TelepathyQt/dbus-tube-channel.h
@@ -58,8 +58,6 @@ protected:
     DBusTubeChannel(const ConnectionPtr &connection, const QString &objectPath,
             const QVariantMap &immutableProperties);
 
-    void setAddress(const QString &address);
-
 Q_SIGNALS:
     void busNameAdded(const QString &busName, const Tp::ContactPtr &contact);
     void busNameRemoved(const QString &busName, const Tp::ContactPtr &contact);
@@ -72,6 +70,8 @@ private Q_SLOTS:
     TP_QT_NO_EXPORT void onQueueCompleted();
 
 private:
+    TP_QT_NO_EXPORT void setAddress(const QString &address);
+
     struct Private;
     friend struct PendingDBusTubeConnection;
     friend struct Private;



More information about the telepathy-commits mailing list