1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-29 00:30:04 +02:00

some more work on stations merged

This commit is contained in:
Michael Zanetti
2013-05-19 00:39:29 +02:00
parent 2e3785f92b
commit fcc6f5c966
15 changed files with 396 additions and 123 deletions

View File

@@ -6,11 +6,11 @@ Item {
id: root
anchors.fill: parent
signal done()
signal done(string text)
function createStation(genre) {
mainView.startStationFromGenre(genre)
root.done()
root.done(genre)
}
ListModel {