From 735008c74c04be5cb94b3a6460595f1ecd4096c5 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 3 Dec 2020 17:42:24 +0100 Subject: [PATCH] Fix ReferenceError: Config is not defined --- imports/NeoChat/Component/Timeline/ReplyComponent.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/imports/NeoChat/Component/Timeline/ReplyComponent.qml b/imports/NeoChat/Component/Timeline/ReplyComponent.qml index e43148f7e..f047c4a02 100644 --- a/imports/NeoChat/Component/Timeline/ReplyComponent.qml +++ b/imports/NeoChat/Component/Timeline/ReplyComponent.qml @@ -9,6 +9,7 @@ import QtQuick.Controls 2.12 as QQC2 import QtQuick.Layouts 1.12 import org.kde.kirigami 2.13 as Kirigami import NeoChat.Component.Timeline 1.0 +import org.kde.neochat 1.0 QQC2.AbstractButton { visible: replyVisible