mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 07:25:36 -04:00
Update to Qt 5.8.0
Simplified android buinding and updated documentation Removed a bunch of unused qml files
This commit is contained in:
parent
2630ed4573
commit
5a219b4d10
19 changed files with 81 additions and 665 deletions
|
@ -69,7 +69,8 @@ Item
|
|||
{
|
||||
locationView.password = password
|
||||
console.log("locationView.sslid: ", locationView.sslid)
|
||||
rsApi.request("/control/login/", JSON.stringify({id: locationView.sslid}))
|
||||
rsApi.request( "/control/login/",
|
||||
JSON.stringify({id: locationView.sslid}) )
|
||||
locationView.attemptLogin = true
|
||||
busyIndicator.running = true
|
||||
attemptTimer.start()
|
||||
|
@ -111,7 +112,8 @@ Item
|
|||
{
|
||||
// if Server requested password
|
||||
var jsonPass = { password: locationView.password }
|
||||
rsApi.request("/control/password/", JSON.stringify(jsonPass))
|
||||
rsApi.request( "/control/password/",
|
||||
JSON.stringify(jsonPass) )
|
||||
locationView.attemptLogin = false
|
||||
console.debug("RS core asked for password")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue