summaryrefslogtreecommitdiffstats
path: root/tools/qmldebugger
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2009-08-14 10:22:22 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2009-08-14 10:22:22 (GMT)
commit5adb8478ffc55db35f2fc20e24ff77755030dca7 (patch)
tree210aeb3856f546485412d4f379881fd751faf28b /tools/qmldebugger
parented5b94a609ddf98e1634c50c256e1952b1a1b903 (diff)
downloadQt-5adb8478ffc55db35f2fc20e24ff77755030dca7.zip
Qt-5adb8478ffc55db35f2fc20e24ff77755030dca7.tar.gz
Qt-5adb8478ffc55db35f2fc20e24ff77755030dca7.tar.bz2
Fix load error in qmldebugger/engines.qml
Commit 019ae3a99e renamed HorizontalLayout to HorizontalPositioner
Diffstat (limited to 'tools/qmldebugger')
-rw-r--r--tools/qmldebugger/engines.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmldebugger/engines.qml b/tools/qmldebugger/engines.qml
index eedba08..ad12aa6 100644
--- a/tools/qmldebugger/engines.qml
+++ b/tools/qmldebugger/engines.qml
@@ -6,7 +6,7 @@ Item {
signal engineClicked(int id)
signal refreshEngines()
- HorizontalLayout {
+ HorizontalPositioner {
anchors.fill: parent
Repeater {
dataSource: engines