X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=qml%2FStationSheet.qml;h=d9f0b3885b3ec549fdf375236aac405b1c68e311;hb=a28f8a3e351cf54ad90d0e51deebf9d223916723;hp=6e58e76a912208110ec13051483c47bc85e5c541;hpb=6d489c83db54d55350e77219898934abcb684985;p=pywienerlinien diff --git a/qml/StationSheet.qml b/qml/StationSheet.qml index 6e58e76..d9f0b38 100644 --- a/qml/StationSheet.qml +++ b/qml/StationSheet.qml @@ -131,17 +131,4 @@ Sheet { platformStyle: BusyIndicatorStyle { size: 'large' } } } - - onAccepted: { - gstation.text = stationSheet.currentStation - - realtimeResult.gline = stationSheet.currentLine - realtimeResult.gstation = stationSheet.currentStation - realtimeResult.gdirection = stationSheet.currentDirection - realtimeResult.isStation = false - - realtimeResult.sourceUrl = itip.get_directions_url(stationSheet.currentLine, stationSheet.currentDirection, stationSheet.currentStation) - console.log('url to get: ' + realtimeResult.sourceUrl) - - } }