Ui support added for GpsLocation. Menu with button to toggle gps on or
[ptas] / zouba / src / gui / favoriteselectiondialog.h
index b2e325c..1cb9732 100644 (file)
@@ -24,10 +24,14 @@ signals:
 
 private:
     Ui::FavoriteSelectionDialog *ui;
+    QString m_text;
 
 private slots:
+    void on_gps_button_clicked();
     void on_modify_button_clicked();
     void on_locations_itemClicked(QListWidgetItem* item);
+    void gps_updating_changed(bool isActive);
+    void gps_location_retrieved();
 };
 
 #endif // FAVORITESELECTIONDIALOG_H