Minor: add comment
This commit is contained in:
parent
7c13d8b88c
commit
44a94b7007
@ -7,8 +7,8 @@
|
|||||||
/// Time range definition
|
/// Time range definition
|
||||||
/// </summary>
|
/// </summary>
|
||||||
class TariffTimeRange {
|
class TariffTimeRange {
|
||||||
QTime m_time_from;
|
QTime m_time_from; // if m_time_from == m_time_until, then the time range
|
||||||
QTime m_time_until;
|
QTime m_time_until; // actually is the time point m_time_from
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user