diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-06-13 01:48:11 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-06-13 01:51:09 +0200 |
commit | 88039083213a37ad132461429f7122e651874717 (patch) | |
tree | a7731ca2c4b3ae042249304e167b670bde860bc7 /resources/qml/ChatPage.qml | |
parent | Don't read avatarUrl from local profile, if no global avatar is set (diff) | |
download | nheko-88039083213a37ad132461429f7122e651874717.tar.xz |
Try to be compatible with Qt 5.12
Diffstat (limited to 'resources/qml/ChatPage.qml')
-rw-r--r-- | resources/qml/ChatPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/ChatPage.qml b/resources/qml/ChatPage.qml index 1e03ef11..7a428019 100644 --- a/resources/qml/ChatPage.qml +++ b/resources/qml/ChatPage.qml @@ -3,7 +3,7 @@ // SPDX-License-Identifier: GPL-3.0-or-later import QtQuick 2.9 -import QtQuick.Controls 2.13 +import QtQuick.Controls 2.5 import QtQuick.Layouts 1.3 import "components" import im.nheko 1.0 |