Compare commits

..

No commits in common. "279f2a632c536e7d54cb0552c5ccbe285486c180" and "a49a0407b7919626849cd808f3d96e73706e196a" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ import "helpers"
ApplicationWindow ApplicationWindow
{ {
id: allRadio id: allRadio
property string _version: "2.0.15" property string _version: "2.0.14"
property string _language: Qt.locale().name.slice(0,2) property string _language: Qt.locale().name.slice(0,2)
property string _country: Qt.locale().name.slice(-2) property string _country: Qt.locale().name.slice(-2)
property int sleepTime: 0 property int sleepTime: 0

View File

@ -76,7 +76,7 @@ Item {
req.ontimeout = function () { console.log("Timed out!!!"); } req.ontimeout = function () { console.log("Timed out!!!"); }
//console.log("server 2") //console.log("server 2")
req.onreadystatechange = function () { req.onreadystatechange = function () {
//console.log(console.log("getList: "+req.status)) console.log(console.log("getList: "+req.status))
if (req.readyState === 4 && req.status === 200) { if (req.readyState === 4 && req.status === 200) {
var obj = JSON.parse(req.responseText) var obj = JSON.parse(req.responseText)
serversModel.clear() serversModel.clear()

View File

@ -1,7 +1,7 @@
Name: harbour-allradio Name: harbour-allradio
Summary: AllRadio Summary: AllRadio
Version: 2.0.15 Version: 2.0.14
Release: 1 Release: 1
Group: Qt/Qt Group: Qt/Qt
License: GPL2 License: GPL2