Skip to content
Snippets Groups Projects
Commit 32f5e350 authored by Loren Burkholder's avatar Loren Burkholder
Browse files

Use correct Qt version

parent ea2fb7f8
No related branches found
No related tags found
No related merge requests found
Pipeline #917 passed
......@@ -2,9 +2,9 @@
//
// SPDX-License-Identifier: GPL-3.0-or-later
import QtQuick 2.13
import QtQuick.Controls 2.13
import QtQuick.Layouts 1.13
import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Layouts 1.12
TextField {
id: input
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment