comparison src/main.h @ 121:404d567edaab

Validate the length of extra info field in the add/edit person dialog.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 06 Jul 2017 10:53:07 +0300
parents a5c8741b8662
children e76d85ea87ac
comparison
equal deleted inserted replaced
120:2ff2ad720474 121:404d567edaab
207 207
208 void on_edit_FirstName_textChanged(const QString &arg1); 208 void on_edit_FirstName_textChanged(const QString &arg1);
209 209
210 void on_edit_LastName_textChanged(const QString &arg1); 210 void on_edit_LastName_textChanged(const QString &arg1);
211 211
212 void on_textedit_ExtraInfo_textChanged();
213
212 private: 214 private:
213 Ui::EditPerson *ui; 215 Ui::EditPerson *ui;
214 216
215 PersonInfo selPerson; 217 PersonInfo selPerson;
216 TransactionSQLModel *model_Transactions; 218 TransactionSQLModel *model_Transactions;