Minor: add comment

This commit is contained in:
Gerhard Hoffmann 2024-01-16 11:56:54 +01:00
parent 7c13d8b88c
commit 44a94b7007

View File

@ -7,8 +7,8 @@
/// Time range definition
/// </summary>
class TariffTimeRange {
QTime m_time_from;
QTime m_time_until;
QTime m_time_from; // if m_time_from == m_time_until, then the time range
QTime m_time_until; // actually is the time point m_time_from
public: