X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=Client%2Fxmlreader.cpp;h=eeed22e165b34ccd4ca81b76661d5cc1cc91f141;hb=f31a65d2249d6ddf024f9427e2036e2565ed747b;hp=2140ca7f6dc1d553dc269952cc3d21e29c67773a;hpb=f7f140509f9767c1062c6dbcab5862353de86e1d;p=speedfreak diff --git a/Client/xmlreader.cpp b/Client/xmlreader.cpp index 2140ca7..eeed22e 100644 --- a/Client/xmlreader.cpp +++ b/Client/xmlreader.cpp @@ -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" +