Minor: add comment
This commit is contained in:
		@@ -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:
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user