From 90cad05bae7b3be691ec121dd5d0154f3517715d Mon Sep 17 00:00:00 2001 From: Alessio Mattiazzi Date: Thu, 2 Mar 2023 18:16:08 +0000 Subject: [PATCH] Fix save-as button in FullScreenImage view Save-as button in the fullscreenimage view did not work because it could not access the Config object; adding the import statement to access it. --- src/qml/Component/FullScreenImage.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qml/Component/FullScreenImage.qml b/src/qml/Component/FullScreenImage.qml index 02abc793b..873d28753 100644 --- a/src/qml/Component/FullScreenImage.qml +++ b/src/qml/Component/FullScreenImage.qml @@ -8,6 +8,8 @@ import Qt.labs.platform 1.1 import org.kde.kirigami 2.15 as Kirigami +import org.kde.neochat 1.0 + QQC2.Popup { id: root