diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-03 14:39:21 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-03 14:39:21 +0700 |
commit | 10745ede9f9c4811d0c93e21102f5892e8fe13f7 (patch) | |
tree | 6f6cd149e9f8f5b796a2c3fcc706dc7ddba6948c | |
parent | 8928b74cb8405edbcb49814a7daca8fcdc97e19d (diff) |
fixed missnaming
-rw-r--r-- | pages/HomeForm.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/HomeForm.ui.qml b/pages/HomeForm.ui.qml index ee6d652..318ef99 100644 --- a/pages/HomeForm.ui.qml +++ b/pages/HomeForm.ui.qml @@ -5,7 +5,7 @@ import QtQuick.Controls.Material 2.12 Rectangle { - property alias backButton: menuButton + property alias menuButton: menuButton ToolBar { id: toolbar |