Locations editing made possible
[ptas] / zouba / src / locationbutton.h
1 /*#ifndef LOCATIONBUTTON_H
2 #define LOCATIONBUTTON_H
3
4 #include <QMaemo5ValueButton>
5
6 class locationButton : public QValueButton
7 {
8     Q_OBJECT
9     //Locations& m_locations;
10     //QStandartItemModel
11
12 public:
13     //explicit locationButton(Locations& locations, QObject *parent = 0);
14
15     //Location* getSelected();
16
17 signals:
18
19 public slots:
20     void updateLocations();
21
22 };
23
24 #endif // LOCATIONBUTTON_H
25 */