mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:57:45 +00:00
Calendar: Rename m_date_time to m_start_date_time
This is in preparation to add m_end_date_time
This commit is contained in:
parent
a4fcec6815
commit
4984faa108
2 changed files with 11 additions and 11 deletions
|
@ -69,7 +69,7 @@ private:
|
|||
MeridiemListModel() = default;
|
||||
};
|
||||
|
||||
Core::DateTime m_date_time;
|
||||
Core::DateTime m_start_date_time;
|
||||
EventManager& m_event_manager;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue