1
Fork 0
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:
lanmonster 2023-10-06 15:23:44 -07:00 committed by Andreas Kling
parent a4fcec6815
commit 4984faa108
2 changed files with 11 additions and 11 deletions

View file

@ -69,7 +69,7 @@ private:
MeridiemListModel() = default;
};
Core::DateTime m_date_time;
Core::DateTime m_start_date_time;
EventManager& m_event_manager;
};