Merge branch 'development/GPSroute'
[speedfreak] / Client / carmainwindow.h
index d35218a..b85b062 100644 (file)
@@ -57,9 +57,11 @@ public:
     ~CarMainWindow();
     Registration *myRegistration;       //Check if this should be public or private
     LoginWindow *myLogin;
+    GPSData *gpsData;
 
     void setComboBoxStartTabUnits(QStringList units);       //Start-tab view
     void setListViewStartTabAccelerationCategories(QStringList numbers); //Start-tab view
+    void setLabelInfoToUser(QString infoText);
 
 protected:
     void changeEvent(QEvent *e);
@@ -72,7 +74,6 @@ private:
     CategoryList *myCategorylist;
     HttpClient *myHttpClient;
     RouteDialog *myRoute;
-    GPSData *gpsData;
     Maemo5Location *location;
     //void initCategoryCompoBox();
     void initComboBoxStartTabUnits();                   //Start-tab view
@@ -96,6 +97,7 @@ private:
 
     QModelIndex choice;
     int choiceInt;
+    QStringList catList;
 
     Calculate *calculate;