diff options
Diffstat (limited to 'examples/ApplicationTemplate/qml/main.qml')
| -rw-r--r-- | examples/ApplicationTemplate/qml/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ApplicationTemplate/qml/main.qml b/examples/ApplicationTemplate/qml/main.qml index 52e080c07..dcfe6064d 100644 --- a/examples/ApplicationTemplate/qml/main.qml +++ b/examples/ApplicationTemplate/qml/main.qml @@ -71,7 +71,7 @@ ApplicationWindow { frame: false highlightOnFocus: false model: 40 - TableColumn { title: "Left Column" } + TableViewColumn { title: "Left Column" } } TextArea { frame: false |
