Changed add to contacts button so that it adds street number to street field instead...
[jenirok] / src / gui / detailwindow.h
index a2831c4..e2c545c 100644 (file)
@@ -49,7 +49,7 @@ private slots:
 
 private:
     void getDetails(QString& street, QString& streetNumber,
-                    QString& zip, QString& city);
+                    QString& zip, QString& city, QString& streetAndNumber);
     QWidget* area_;
     QVBoxLayout* layout_;
     QMaemo5ValueButton* nameButton_;