mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-16 12:29:00 -04:00
[EGD-3189] PR changes. Created InternalModel.hpp.
This commit is contained in:
committed by
pawel-mudita
parent
d4ee22890e
commit
3b2b0f0909
@@ -15,9 +15,6 @@
|
||||
NotesModel::NotesModel(app::Application *app) : DatabaseModel(app)
|
||||
{}
|
||||
|
||||
NotesModel::~NotesModel()
|
||||
{}
|
||||
|
||||
void NotesModel::requestRecordsCount()
|
||||
{
|
||||
recordsCount = DBServiceAPI::NotesGetCount(application);
|
||||
@@ -52,9 +49,8 @@ bool NotesModel::updateRecords(std::unique_ptr<std::vector<NotesRecord>> records
|
||||
return true;
|
||||
}
|
||||
|
||||
unsigned int NotesModel::getMinimalItemHeight()
|
||||
unsigned int NotesModel::getMinimalItemHeight() const
|
||||
{
|
||||
|
||||
return 146;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user