[welcomeq] Fix QML import

- Now using the properly-namespaced QML import for Calamares things
This commit is contained in:
Adriaan de Groot 2020-03-18 11:12:15 +01:00
parent cd7884a0e5
commit 489fd0b272

View File

@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with Calamares. If not, see <http://www.gnu.org/licenses/>.
*/
import calamares.ui 1.0
import io.calamares.ui 1.0
import QtQuick 2.10
import QtQuick.Controls 2.10