Bugfix: top results unit km/h -> s and routedialog max speed
[speedfreak] / Client / xmlreader.cpp
index 2140ca7..eeed22e 100644 (file)
@@ -72,7 +72,8 @@ void XmlReader::xmlReadTop10Results(QNetworkReply *device)
                 user = attr.value("username").toString();
                 position = attr.value("position").toString();
                 date = attr.value("date").toString();
-                unit = attr.value("unit").toString();
+                //unit = attr.value("unit").toString();
+                unit = "s";
                 value = attr.value("value").toString();
 
                 myCategoryList->top10List.append(position + "\t" +