summary refs log tree commit diff
path: root/resources/qml/EncryptionIndicator.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-10-26 01:51:45 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-10-26 02:31:31 +0200
commit904d3f257ac7775ee3cde91b919b364824329061 (patch)
tree561c910ba9ee41370f2fcfdddff180a55837b626 /resources/qml/EncryptionIndicator.qml
parentFix macos not supporting emplace of aggregates yet (diff)
downloadnheko-904d3f257ac7775ee3cde91b919b364824329061.tar.xz
Fix some qml warnings
Diffstat (limited to 'resources/qml/EncryptionIndicator.qml')
-rw-r--r--resources/qml/EncryptionIndicator.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/qml/EncryptionIndicator.qml b/resources/qml/EncryptionIndicator.qml

index 347220d7..b606a531 100644 --- a/resources/qml/EncryptionIndicator.qml +++ b/resources/qml/EncryptionIndicator.qml
@@ -2,10 +2,10 @@ // // SPDX-License-Identifier: GPL-3.0-or-later -import QtQuick 2.12 -import QtQuick.Controls 2.1 -import QtQuick.Window 2.15 -import im.nheko 1.0 +import QtQuick +import QtQuick.Controls +import QtQuick.Window +import im.nheko Image { id: stateImg