Compare commits
2 Commits
a49a0407b7
...
279f2a632c
Author | SHA1 | Date | |
---|---|---|---|
279f2a632c | |||
d98c2bdd47 |
@ -13,7 +13,7 @@ import "helpers"
|
||||
ApplicationWindow
|
||||
{
|
||||
id: allRadio
|
||||
property string _version: "2.0.14"
|
||||
property string _version: "2.0.15"
|
||||
property string _language: Qt.locale().name.slice(0,2)
|
||||
property string _country: Qt.locale().name.slice(-2)
|
||||
property int sleepTime: 0
|
||||
|
@ -76,7 +76,7 @@ Item {
|
||||
req.ontimeout = function () { console.log("Timed out!!!"); }
|
||||
//console.log("server 2")
|
||||
req.onreadystatechange = function () {
|
||||
console.log(console.log("getList: "+req.status))
|
||||
//console.log(console.log("getList: "+req.status))
|
||||
if (req.readyState === 4 && req.status === 200) {
|
||||
var obj = JSON.parse(req.responseText)
|
||||
serversModel.clear()
|
||||
|
@ -1,7 +1,7 @@
|
||||
Name: harbour-allradio
|
||||
|
||||
Summary: AllRadio
|
||||
Version: 2.0.14
|
||||
Version: 2.0.15
|
||||
Release: 1
|
||||
Group: Qt/Qt
|
||||
License: GPL2
|
||||
|
Loading…
x
Reference in New Issue
Block a user