summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Soliverez <alvaro.soliverez@collabora.co.uk>2011-08-08 13:47:55 -0700
committerAlvaro Soliverez <alvaro.soliverez@collabora.co.uk>2011-08-08 13:47:55 -0700
commit675972f39c960db03f1cffea3b331d46b8ebb7dd (patch)
tree3857dd90b21b7bec419e7d1280f8f50c1f7ee196
parent1fa2ff7eebb0c95e864c9d7076a51e514bec6b1a (diff)
Moved methods to be private members of AccountsModelItem
-rw-r--r--TelepathyQt4Yell/Models/accounts-model-item.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TelepathyQt4Yell/Models/accounts-model-item.h b/TelepathyQt4Yell/Models/accounts-model-item.h
index f6ad623..92ffad7 100644
--- a/TelepathyQt4Yell/Models/accounts-model-item.h
+++ b/TelepathyQt4Yell/Models/accounts-model-item.h
@@ -56,10 +56,6 @@ public:
Q_INVOKABLE void setRequestedPresence(int type, const QString &status, const QString &statusMessage);
Q_INVOKABLE bool isPresenceSupported(int type) const;
-public Q_SLOTS:
- void onConnectionChanged(const Tp::ConnectionPtr &connection);
- void onConnectionInvalidated();
-
Q_SIGNALS:
void serviceNameChanged(const QString &serviceName);
void profileChanged(const Tp::ProfilePtr &profile);
@@ -86,6 +82,8 @@ private Q_SLOTS:
void onRemoved();
void onChanged();
+ void onConnectionChanged(const Tp::ConnectionPtr &connection);
+ void onConnectionInvalidated();
void onStatusChanged(Tp::ConnectionStatus status);
void onCapabilitiesChanged();