mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Use correct Qt version
This commit is contained in:
parent
ea2fb7f8df
commit
32f5e35037
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue