update// added rederfcuntion to contactlist (causes segfaul on compiling)
This commit is contained in:
@@ -13,6 +13,7 @@ public:
|
||||
~AddressBookModel();
|
||||
|
||||
void addNewLabel(QString label, QString address, QString myAddr);
|
||||
void updateUi();
|
||||
void removeItemAt(int row);
|
||||
//QPair<QString, QString> itemAt(int row);
|
||||
ContactItem itemAt(int row);
|
||||
|
||||
Reference in New Issue
Block a user