qtmobility/src/location/qgeosatelliteinfosource_maemo_p.h
changeset 8 71781823f776
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
--- a/qtmobility/src/location/qgeosatelliteinfosource_maemo_p.h	Fri May 14 16:41:33 2010 +0300
+++ b/qtmobility/src/location/qgeosatelliteinfosource_maemo_p.h	Thu May 27 13:42:11 2010 +0300
@@ -57,16 +57,18 @@
 
 private:
     DBusComm* dbusComm;
-    int client_id_;
-    void dbusMessages(const QByteArray &msg);
+    bool registered;
 
-public slots:
-    virtual void startUpdates();
+private Q_SLOTS:
+    void newSatellitesInView(const QList<QGeoSatelliteInfo> &update);
+    void newSatellitesInUse(const QList<QGeoSatelliteInfo> &update);
+    
+public Q_SLOTS:
+    void startUpdates();
     void stopUpdates();
-
     void requestUpdate(int timeout = 5000);
 
-signals:
+Q_SIGNALS:
     void satellitesInViewUpdated(const QList<QGeoSatelliteInfo> &satellites);
     void satellitesInUseUpdated(const QList<QGeoSatelliteInfo> &satellites);
     void requestTimeout();