mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-28 02:50:47 -04:00
Added part of text widget implementation.
This commit is contained in:
@@ -38,7 +38,7 @@ bool NotesModel::updateRecords( std::unique_ptr<std::vector<NotesRecord>> record
|
||||
|
||||
LOG_INFO("Offset: %d, Limit: %d Count:%d", offset, limit, count);
|
||||
for( uint32_t i=0; i<records.get()->size(); ++i ) {
|
||||
LOG_INFO("id: %d, filename: %s", records.get()->operator [](i).ID, records.get()->operator [](i).path.c_str());
|
||||
LOG_INFO("id: %d, filename: %nos", records.get()->operator [](i).ID, records.get()->operator [](i).path.c_str());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user