~ken-vandine/libqofono/0.90-suggests

« back to all changes in this revision

Viewing changes to src/qofonohandsfreeaudiomanager.h

  • Committer: Lorn Potter
  • Date: 2013-05-24 06:31:37 UTC
  • Revision ID: git-v1:f1fb2c7210b19ba47a1ecbe83d55a7cf15218f23
[libqofono] add modemPathChanged signals

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
class QOfonoHandsfreeAudioManager : public QObject
25
25
{
26
26
    Q_OBJECT
27
 
    Q_PROPERTY(QString modemPath READ modemPath WRITE setModemPath)
 
27
    Q_PROPERTY(QString modemPath READ modemPath WRITE setModemPath NOTIFY modemPathChanged)
28
28
    Q_ENUMS(CodecType)
29
29
    Q_FLAGS(CodecType CodecTypeFlags)
30
30
 
47
47
    void cardAdded(const QString &card);
48
48
    void cardRemoved(const QString &card);
49
49
 
 
50
    void modemPathChanged(const QString &path);
50
51
 
51
52
public slots:
52
53
    QStringList cards() const;