~bfiller/telepathy-ofono/no-change-rebuild

« back to all changes in this revision

Viewing changes to tests/ofonomockcontroller.h

  • Committer: Gustavo Pichorim Boiko
  • Date: 2014-10-28 21:06:42 UTC
  • mfrom: (99.1.19 telepathy-ofono)
  • Revision ID: gustavo.boiko@canonical.com-20141028210642-lacsg4e6yqv2f8bz
Sync with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    void VoiceCallSetAlerting(const QString &objPath);
52
52
    void ModemSetOnline(bool online = true);
53
53
    void SimManagerSetPresence(bool present);
 
54
    void SimManagerSetPinRequired(const QString &type);
54
55
 
55
56
private Q_SLOTS:
56
57
    void onCallVolumePropertyChanged(const QString &name, const QDBusVariant &value);