diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-10-26 01:51:45 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-10-26 02:31:31 +0200 |
commit | 904d3f257ac7775ee3cde91b919b364824329061 (patch) | |
tree | 561c910ba9ee41370f2fcfdddff180a55837b626 /resources/qml/ui/Ripple.qml | |
parent | Fix macos not supporting emplace of aggregates yet (diff) | |
download | nheko-904d3f257ac7775ee3cde91b919b364824329061.tar.xz |
Fix some qml warnings
Diffstat (limited to 'resources/qml/ui/Ripple.qml')
-rw-r--r-- | resources/qml/ui/Ripple.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/ui/Ripple.qml b/resources/qml/ui/Ripple.qml index 911b88cf..9d871419 100644 --- a/resources/qml/ui/Ripple.qml +++ b/resources/qml/ui/Ripple.qml @@ -3,7 +3,6 @@ // SPDX-License-Identifier: GPL-3.0-or-later import QtQuick -import QtQuick.Controls Item { id: ripple |