[EGD-3094] PR changes.

This commit is contained in:
Przemyslaw Brudny
2020-06-03 14:05:49 +02:00
committed by PrzeBrudny
parent 20d4ea5dc3
commit 6ebec9ef43
18 changed files with 31 additions and 31 deletions

View File

@@ -52,10 +52,9 @@ bool NotesModel::updateRecords(std::unique_ptr<std::vector<NotesRecord>> records
return true;
}
int NotesModel::getMinimalItemHeight()
unsigned int NotesModel::getMinimalItemHeight()
{
// refactor Notes Item!!!
return 146;
}