Use correct Qt version

This commit is contained in:
Loren Burkholder 2021-03-25 20:20:13 -04:00
parent ea2fb7f8df
commit 32f5e35037
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@
// //
// SPDX-License-Identifier: GPL-3.0-or-later // SPDX-License-Identifier: GPL-3.0-or-later
import QtQuick 2.13 import QtQuick 2.12
import QtQuick.Controls 2.13 import QtQuick.Controls 2.12
import QtQuick.Layouts 1.13 import QtQuick.Layouts 1.12
TextField { TextField {
id: input id: input