Log connection state transitions.
[yandex-traffic] / traffic.hpp
index 649a319..98635fa 100644 (file)
@@ -37,6 +37,12 @@ public:
 
     bool valid () const
     { return _valid; };
+
+    QString localtime () const
+    { return _localtime; };
+
+    QDateTime ts () const
+    { return _ts; };
 };
 
 
@@ -72,6 +78,9 @@ public:
 
     QString hint () const
     { return _hint; };
+
+    ExtendedTrafficInfo::light_color color () const
+    { return _color; };
 };