~ubuntu-branches/ubuntu/vivid/ofono-qt/vivid

« back to all changes in this revision

Viewing changes to lib/ofonomodeminterface.h

  • Committer: Package Import Robot
  • Author(s): Ricardo Salveti de Araujo
  • Date: 2013-06-04 06:39:51 UTC
  • Revision ID: package-import@ubuntu.com-20130604063951-2v4g0yyx0pey2sg5
Tags: 1.5+git20120419+bcf0c04-0ubuntu1
Initial release for Ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
     */
90
90
    QString errorMessage() const;
91
91
 
92
 
signals:
 
92
Q_SIGNALS:
93
93
    //! Interface validity has changed
94
94
    /*!
95
95
     * This may mean that modem has become unavailable
102
102
    bool checkValidity();
103
103
    void updateValidity();
104
104
 
105
 
private slots:
 
105
private Q_SLOTS:
106
106
    void modemValidityChanged(bool validity);
107
107
    void interfacesChanged(const QStringList &interfaces);
108
108