aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/drawer/data/header.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/drawer/data/header.qml')
-rw-r--r--tests/auto/drawer/data/header.qml8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/auto/drawer/data/header.qml b/tests/auto/drawer/data/header.qml
index 9a352ffc..c74cc0c0 100644
--- a/tests/auto/drawer/data/header.qml
+++ b/tests/auto/drawer/data/header.qml
@@ -46,8 +46,14 @@ ApplicationWindow {
height: 400
property alias drawer: drawer
+ property alias button: button
- header: ToolBar { }
+ header: ToolBar {
+ ToolButton {
+ id: button
+ text: "="
+ }
+ }
Drawer {
id: drawer