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

« back to all changes in this revision

Viewing changes to lib/ofononetworkregistration.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:
75
75
    uint strength() const;
76
76
    QString baseStation() const;
77
77
 
78
 
public slots:    
 
78
public Q_SLOTS:    
79
79
    void registerOp();
80
80
    void getOperators();
81
81
    void scan();
82
82
    
83
 
signals:
 
83
Q_SIGNALS:
84
84
    void modeChanged(const QString &mode);
85
85
    void statusChanged(const QString &status);
86
86
    void locationAreaCodeChanged(uint locationAreaCode);
96
96
    void getOperatorsComplete(bool success, const QStringList &operatorIds);
97
97
    void scanComplete(bool success, const QStringList &operatorIds);
98
98
 
99
 
private slots:
 
99
private Q_SLOTS:
100
100
    void propertyChanged(const QString& property, const QVariant& value);
101
101
    void registerResp();
102
102
    void registerErr(QDBusError error);