diff --git a/components/Input.qml b/components/Input.qml index c168e8e6..d1ddae89 100644 --- a/components/Input.qml +++ b/components/Input.qml @@ -27,7 +27,7 @@ // THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. import QtQuick.Controls 2.2 -import QtQuick 2.10 +import QtQuick 2.7 import "." 1.0 diff --git a/components/InputMulti.qml b/components/InputMulti.qml index 9c74d0c1..24c019b4 100644 --- a/components/InputMulti.qml +++ b/components/InputMulti.qml @@ -28,7 +28,7 @@ import QtQuick.Controls 2.2 -import QtQuick 2.10 +import QtQuick 2.7 import "../js/TxUtils.js" as TxUtils import "." 1.0