1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-27 07:44:34 +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(artist) {
mainView.startStationFromArtist(artist)
root.done()
root.done(artist)
}
Column {