diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2009-08-14 10:22:22 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2009-08-14 10:22:22 (GMT) |
commit | 5adb8478ffc55db35f2fc20e24ff77755030dca7 (patch) | |
tree | 210aeb3856f546485412d4f379881fd751faf28b /tools/qmldebugger | |
parent | ed5b94a609ddf98e1634c50c256e1952b1a1b903 (diff) | |
download | Qt-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.qml | 2 |
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 |