diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-13 23:00:22 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-13 23:00:22 +0700 |
commit | 204ddb91fd12822f3f921ec4f638103ac3f67a37 (patch) | |
tree | e7f7b7802ed622b86d3a0355f2fc1859bcb00e8e /pages/HomeForm.ui.qml | |
parent | ab2f02797185ecef1a6b77f8ea78a65eb8e1920e (diff) |
update import `QtQuick.Layouts 1.3` to `QtQuick.Layouts 1.12`
Diffstat (limited to 'pages/HomeForm.ui.qml')
-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 278bf57..23ac660 100644 --- a/pages/HomeForm.ui.qml +++ b/pages/HomeForm.ui.qml @@ -1,5 +1,5 @@ import QtQuick 2.12 -import QtQuick.Layouts 1.3 +import QtQuick.Layouts 1.12 import QtQuick.Controls 2.12 import QtQuick.Controls.Material 2.12 |