forked from blue/squawk
phones now also saveble
This commit is contained in:
parent
c1c1de1b7b
commit
2c13f0d77c
10 changed files with 413 additions and 3 deletions
|
@ -45,6 +45,7 @@ public:
|
|||
void removeLines(int index, int count);
|
||||
void setEmails(const std::deque<Shared::VCard::Email>& emails);
|
||||
void getEmails(std::deque<Shared::VCard::Email>& emails) const;
|
||||
QString getEmail(int row) const;
|
||||
|
||||
public slots:
|
||||
QModelIndex addNewEmptyLine();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue