diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-24 13:07:14 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-24 13:08:47 +0200 |
commit | 53ed989a2631a84facb2bb52d87fc9563bdfb255 (patch) | |
tree | 2da4d4dca9e0afcebe7ca2b3a4757b315d0991ed /framework/qml/ConversationView.qml | |
parent | acf2a53fea8fdbe366627e45fffe87434e3c2e7e (diff) | |
download | kube-53ed989a2631a84facb2bb52d87fc9563bdfb255.tar.gz kube-53ed989a2631a84facb2bb52d87fc9563bdfb255.zip |
Use Kube.Units
Diffstat (limited to 'framework/qml/ConversationView.qml')
-rw-r--r-- | framework/qml/ConversationView.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/qml/ConversationView.qml b/framework/qml/ConversationView.qml index 5fed1810..453ee3a0 100644 --- a/framework/qml/ConversationView.qml +++ b/framework/qml/ConversationView.qml | |||
@@ -20,7 +20,6 @@ import QtQuick 2.7 | |||
20 | import QtQuick.Controls 1.3 as Controls1 | 20 | import QtQuick.Controls 1.3 as Controls1 |
21 | import QtQuick.Controls 2 | 21 | import QtQuick.Controls 2 |
22 | import QtQuick.Layouts 1.1 | 22 | import QtQuick.Layouts 1.1 |
23 | import org.kde.kirigami 1.0 as Kirigami | ||
24 | import org.kube.framework 1.0 as Kube | 23 | import org.kube.framework 1.0 as Kube |
25 | 24 | ||
26 | import QtQml 2.2 as QtQml | 25 | import QtQml 2.2 as QtQml |