~jonas-drange/indicator-network/allow-auth-none

« back to all changes in this revision

Viewing changes to src/indicator/connectivity-service/connectivity-service.h

  • Committer: jonas-drange
  • Date: 2015-08-31 15:20:38 UTC
  • Revision ID: jonas.drange@canonical.com-20150831152038-yg815ql01cox4qp4
start moving hotspotAuth to private interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
    Q_PROPERTY(QString HotspotMode READ hotspotMode)
78
78
    QString hotspotMode() const;
79
79
 
80
 
    Q_PROPERTY(QString HotspotAuth READ hotspotAuth)
81
 
    QString hotspotAuth() const;
82
 
 
83
80
private:
84
81
    class Private;
85
82
    std::shared_ptr<Private> d;
99
96
    Q_PROPERTY(QString HotspotPassword READ hotspotPassword)
100
97
    QString hotspotPassword() const;
101
98
 
 
99
    Q_PROPERTY(QString HotspotAuth READ hotspotAuth)
 
100
    QString hotspotAuth() const;
 
101
 
102
102
protected Q_SLOTS:
103
103
    void UnlockAllModems();
104
104