mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 13:17:08 -04:00
change names to reflect function, add separate Time/Date
This commit is contained in:
committed by
Mateusz Grzywacz
parent
015f84f35f
commit
f314da6eda
@@ -102,7 +102,7 @@ namespace gui
|
||||
record.number = title->getText();
|
||||
record.body = text->getText();
|
||||
record.type = SMSType::QUEUED;
|
||||
auto time = utils::time::Time();
|
||||
auto time = utils::time::Timestamp();
|
||||
record.date = time.getTime();
|
||||
DBServiceAPI::SMSAdd(this->application, record);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user