diff options
author | link2xt <link2xt@testrun.org> | 2021-02-25 00:23:58 +0300 |
---|---|---|
committer | link2xt <link2xt@testrun.org> | 2021-02-25 00:23:58 +0300 |
commit | 806f1cbe695914e7e7206e6dcffc4b47ffe43330 (patch) | |
tree | 8e24da022d3d7f204697ed21dc922a7d03d8d724 /qml | |
parent | 5cf649353fefd1945dc1764895be06bc26fcef01 (diff) | |
download | kdeltachat-806f1cbe695914e7e7206e6dcffc4b47ffe43330.tar.gz kdeltachat-806f1cbe695914e7e7206e6dcffc4b47ffe43330.zip |
Update QtQuick.Dialogs to 1.3
Diffstat (limited to 'qml')
-rw-r--r-- | qml/AccountsPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/AccountsPage.qml b/qml/AccountsPage.qml index a1492f2..a186989 100644 --- a/qml/AccountsPage.qml +++ b/qml/AccountsPage.qml @@ -1,7 +1,7 @@ import QtQuick 2.12 import QtQuick.Controls 2.12 import QtQuick.Layouts 1.12 -import QtQuick.Dialogs 1.0 +import QtQuick.Dialogs 1.3 import org.kde.kirigami 2.12 as Kirigami Kirigami.Page { |