remove transparency effect and windows-specific code for now, it's not working as...
[novacoin.git] / src / qt / editaddressdialog.h
index 6219961..81086a4 100644 (file)
@@ -32,13 +32,16 @@ public:
 
     void accept();
 
+    QString getAddress() const;
 private:
-    QString saveCurrentRow();
+    bool saveCurrentRow();
 
     Ui::EditAddressDialog *ui;
     QDataWidgetMapper *mapper;
     Mode mode;
     AddressTableModel *model;
+
+    QString address;
 };
 
 #endif // EDITADDRESSDIALOG_H