~ken-vandine/libqofono/0.90-suggests

« back to all changes in this revision

Viewing changes to src/qofonomodeminterface.h

  • Committer: Slava Monich
  • Date: 2015-09-24 14:20:37 UTC
  • mto: (207.2.3)
  • mto: This revision was merged to the branch mainline in revision 215.
  • Revision ID: git-v1:d733746c9774aa2cfdd8c1e74f27a3393d6a7a0a
[libqofono] Added QOfonoSimWatcher. Contributes to JB#28413

This object is tracking present SIM cards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
public:
43
43
    bool isValid() const;
 
44
    void fixModemPath(const QString &path);
44
45
 
45
46
Q_SIGNALS:
46
47
    void modemPathChanged(const QString &path);