Add "About Qt" menu option to show built-in Qt About dialog
[novacoin.git] / src / qt / editaddressdialog.h
index 9c9769d..7ec053f 100644 (file)
@@ -12,6 +12,8 @@ namespace Ui {
 }
 class AddressTableModel;
 
+/** Dialog for editing an address and associated information.
+ */
 class EditAddressDialog : public QDialog
 {
     Q_OBJECT