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

only fetch more track if they are finished resolving and there are not enough tracks available yet

This commit is contained in:
Michael Zanetti
2012-07-15 13:18:37 +02:00
parent 68114e1f59
commit 885c52a042
3 changed files with 16 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ Item {
id: delegateText
color: "white"
//text: controlModel.controlAt( index ).summary
text: "bla" + modelData
text: modelData
font.pixelSize: 28
anchors.verticalCenter: parent.verticalCenter
anchors.verticalCenterOffset: tagCloud.randomNumber(0, 15)