mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-27 09:47:18 -04:00
[EGD-3451] Simplified updateRecords.
This commit is contained in:
committed by
PrzeBrudny
parent
010ecf6b37
commit
fecf27b2f5
@@ -84,7 +84,7 @@ namespace gui
|
||||
bool NotesMainWindow::onDatabaseMessage(sys::Message *msgl)
|
||||
{
|
||||
DBNotesResponseMessage *msg = reinterpret_cast<DBNotesResponseMessage *>(msgl);
|
||||
if (notesModel->updateRecords(std::move(msg->records), msg->offset, msg->limit, msg->count))
|
||||
if (notesModel->updateRecords(std::move(msg->records)))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user