diff options
| author | Frederik Gladhorn <frederik.gladhorn@digia.com> | 2013-02-25 18:44:16 +0100 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-02-25 18:58:20 +0100 |
| commit | bf2d03930a8dd67a8e81448f73c64f79b48d85e4 (patch) | |
| tree | e8d05aec55c7c2d0efaa687d2a428923be64bdfb /examples/ApplicationTemplate/qml/main.qml | |
| parent | 5a9b4219469890777044ce315b1410ff5adccf5d (diff) | |
Make template run again.
The handleWidth property has been
removed.
Change-Id: Id1b13227b7446ac4c177dc2dca8d0d5c173a27e7
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'examples/ApplicationTemplate/qml/main.qml')
| -rw-r--r-- | examples/ApplicationTemplate/qml/main.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/ApplicationTemplate/qml/main.qml b/examples/ApplicationTemplate/qml/main.qml index a307dc495..89ef0025e 100644 --- a/examples/ApplicationTemplate/qml/main.qml +++ b/examples/ApplicationTemplate/qml/main.qml @@ -70,7 +70,6 @@ ApplicationWindow { SplitView { anchors.fill: parent - handleWidth: 1 TableView { frame: false highlightOnFocus: false |
