~aacid/unity8/moreAsyncAudioCard

« back to all changes in this revision

Viewing changes to tests/qmltests/Dash/tst_CardBenchmark.qml

  • Committer: Albert Astals Cid
  • Date: 2016-03-10 08:32:16 UTC
  • mfrom: (2136.2.83 unity8)
  • Revision ID: albert.astals@canonical.com-20160310083216-8nnplxl85qx13xd0
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
                item.width = Qt.binding(function() { return cardTool.cardWidth || implicitWidth; });
62
62
                item.height = Qt.binding(function() { return cardTool.cardHeight || implicitHeight; });
63
63
                item.cardData = Qt.binding(function() { return Helpers.mapData(root.cardData, cardTool.components); });
64
 
                item.template = Qt.binding(function() { return cardTool.template; });
65
 
                item.components = Qt.binding(function() { return cardTool.components; });
66
64
            }
67
65
        }
68
66
    }