From 15ac9af2680d63321403f49eca03cdb192851bd3 Mon Sep 17 00:00:00 2001 From: Kimmo Ollila Date: Wed, 11 May 2016 12:52:49 +0300 Subject: Separated SettingsUI to its own plugin. Change-Id: I7893231ab2d18270183f9838456d0e48cdc63186 Reviewed-by: Samuli Piippo Reviewed-by: Teemu Holappa --- src/settingsui/network/IpAddressTextField.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/settingsui/network/IpAddressTextField.qml') diff --git a/src/settingsui/network/IpAddressTextField.qml b/src/settingsui/network/IpAddressTextField.qml index e7e90ab..b76598c 100644 --- a/src/settingsui/network/IpAddressTextField.qml +++ b/src/settingsui/network/IpAddressTextField.qml @@ -35,9 +35,7 @@ ****************************************************************************/ import QtQuick 2.6 import QtQuick.Layouts 1.3 -import Qt.labs.controls 1.0 -import Qt.labs.controls.material 1.0 -import Qt.labs.controls.universal 1.0 +import QtQuick.Controls 2.0 TextField { Layout.fillWidth: true -- cgit v1.2.3