~phablet-team/telephony-service/trunk

« back to all changes in this revision

Viewing changes to libtelephonyservice/telepathyhelper.h

  • Committer: Gustavo Pichorim Boiko
  • Date: 2015-06-10 21:05:50 UTC
  • mto: This revision was merged to the branch mainline in revision 1086.
  • Revision ID: gustavo.boiko@canonical.com-20150610210550-td4j0wn63babz0ej
Finish implementing dynamic protocol support loading.

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
public Q_SLOTS:
124
124
    Q_INVOKABLE void registerChannelObserver(const QString &observerName = QString::null);
125
125
    Q_INVOKABLE void unregisterChannelObserver();
126
 
    QStringList supportedProtocols() const;
127
126
 
128
127
protected:
129
128
    void setupAccountEntry(AccountEntry *entry);