Fixed issues with special characters and adding contact to address book. Small fix...
[jenirok] / src / gui / detailwindow.h
index 97fe4f0..a2831c4 100644 (file)
@@ -48,6 +48,8 @@ private slots:
     void openMaps();
 
 private:
+    void getDetails(QString& street, QString& streetNumber,
+                    QString& zip, QString& city);
     QWidget* area_;
     QVBoxLayout* layout_;
     QMaemo5ValueButton* nameButton_;