re-check compile on qtcreator, maemo5, maemo4
[googlelatitude] / src / latitude.h
index 2225a64..a8aac20 100644 (file)
@@ -5,6 +5,7 @@
 #include <QtWebKit>
 #include "glatitude.h"
 #include "gps.h"
 #include <QtWebKit>
 #include "glatitude.h"
 #include "gps.h"
+#include "gpsfake.h"
 
 class LatitudeGUI : public QMainWindow {
     Q_OBJECT
 
 class LatitudeGUI : public QMainWindow {
     Q_OBJECT
@@ -16,8 +17,9 @@ public:
 
 private slots:
     void get_loc();
 
 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();
     void set();
     void set_OK();
     void set_ERROR();
@@ -28,6 +30,7 @@ private slots:
 
 private:
     GoogleLatitude *glatitude;
 
 private:
     GoogleLatitude *glatitude;
+    GpsMaemo5 *gps;
     QSettings *setting;
     QWebView *maps;
     QWidget *location;
     QSettings *setting;
     QWebView *maps;
     QWidget *location;