X-Git-Url: http://git.maemo.org/git/?p=googlelatitude;a=blobdiff_plain;f=src%2Flatitude.h;h=c986d30887a2ae65b6901fc783fb3b631e7ae625;hp=68094f1b0bc164a6250a746ea0f7e99b5a8c4d21;hb=6b2767c11982f90df6d12657af252a4d35e11fd7;hpb=016de1e3a5f9819bf2662e9a9e89868472149a56 diff --git a/src/latitude.h b/src/latitude.h index 68094f1..c986d30 100644 --- a/src/latitude.h +++ b/src/latitude.h @@ -4,6 +4,7 @@ #include #include #include "glatitude.h" +#include "gps.h" class LatitudeGUI : public QMainWindow { Q_OBJECT @@ -15,8 +16,9 @@ public: private slots: void get_loc(); - void get_cell(); - void get_gps(); + void get_acwp(); + void get_agnss(); + void get_maemo5(); void set(); void set_OK(); void set_ERROR(); @@ -27,6 +29,7 @@ private slots: private: GoogleLatitude *glatitude; + GpsMaemo5 *gps; QSettings *setting; QWebView *maps; QWidget *location; @@ -37,6 +40,8 @@ private: QLineEdit *location_lat; QLineEdit *location_lon; QLineEdit *location_acc; + + QLineEdit *status; }; #endif // LATITUDE_H