Architecture changed to allow easier addition of new phone books. Norwegian phonebook...
[jenirok] / src / gui / buttonselector.h
index ae494a2..d5c6980 100644 (file)
@@ -46,6 +46,12 @@ public:
     QString text() const;
     QVariant value() const;
 
+signals:
+    void selected(unsigned int index, QString const& text, QVariant const& value);
+
+private slots:
+    void onSelected(QString const& text);
+
 private:
     QMaemo5ListPickSelector* selector_;
     QStandardItemModel* model_;