diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-23 19:09:43 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-23 19:09:43 +0100 |
commit | d18b8a1ce93b7c8bef378ebf1e9b913f9f4557cf (patch) | |
tree | 095885c81f21bb29471863ed44455ba817bd126a /components | |
parent | d4a89fddffbdc9ad45fc121100714f52a1bf0207 (diff) | |
download | kube-d18b8a1ce93b7c8bef378ebf1e9b913f9f4557cf.tar.gz kube-d18b8a1ce93b7c8bef378ebf1e9b913f9f4557cf.zip |
The testplugin sets up the testenvironment, so always import that in tests.
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/tests/tst_applicationstart.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/tests/tst_applicationstart.qml b/components/kube/tests/tst_applicationstart.qml index fdfc2634..f1ade820 100644 --- a/components/kube/tests/tst_applicationstart.qml +++ b/components/kube/tests/tst_applicationstart.qml | |||
@@ -19,8 +19,8 @@ | |||
19 | 19 | ||
20 | import QtQuick 2.7 | 20 | import QtQuick 2.7 |
21 | import QtQuick.Controls 2.0 | 21 | import QtQuick.Controls 2.0 |
22 | import QtQuick.Window 2.1 | ||
23 | import QtTest 1.0 | 22 | import QtTest 1.0 |
23 | import org.kube.test 1.0 | ||
24 | import "../qml" | 24 | import "../qml" |
25 | 25 | ||
26 | 26 | ||