summary refs log tree commit diff
path: root/resources/qml/CommunitiesList.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-06-13 01:48:11 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-06-13 01:51:09 +0200
commit88039083213a37ad132461429f7122e651874717 (patch)
treea7731ca2c4b3ae042249304e167b670bde860bc7 /resources/qml/CommunitiesList.qml
parentDon't read avatarUrl from local profile, if no global avatar is set (diff)
downloadnheko-88039083213a37ad132461429f7122e651874717.tar.xz
Try to be compatible with Qt 5.12
Diffstat (limited to 'resources/qml/CommunitiesList.qml')
-rw-r--r--resources/qml/CommunitiesList.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/qml/CommunitiesList.qml b/resources/qml/CommunitiesList.qml
index 6aab949c..491913be 100644
--- a/resources/qml/CommunitiesList.qml
+++ b/resources/qml/CommunitiesList.qml
@@ -4,9 +4,9 @@
 
 import "./dialogs"
 import Qt.labs.platform 1.1 as Platform
-import QtQml 2.13
-import QtQuick 2.13
-import QtQuick.Controls 2.13
+import QtQml 2.12
+import QtQuick 2.12
+import QtQuick.Controls 2.5
 import QtQuick.Layouts 1.3
 import im.nheko 1.0