EGD-2117 initial version of calllog application

This commit is contained in:
Alek
2019-10-29 17:27:51 +01:00
committed by pholat
parent c28f8e2dd5
commit de3f7de44e
54 changed files with 2073 additions and 54 deletions

View File

@@ -66,7 +66,4 @@ gui::ListItem* NotesModel::getItem( int index, int firstElement, int prevElement
}
return nullptr;
}
int NotesModel::getItemCount() {
return recordsCount;
}
}