From 2f1f352342e8e707beabd8d0c180887182e28c9a Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Thu, 20 Aug 2020 20:22:48 +0200 Subject: [feat] reset notification --- gui/handlers.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gui/handlers.cpp') diff --git a/gui/handlers.cpp b/gui/handlers.cpp index f34133e..71e5d38 100644 --- a/gui/handlers.cpp +++ b/gui/handlers.cpp @@ -52,6 +52,11 @@ void Backend::resetError(QString errlabel) ResetError(toGoStr(errlabel)); } +void Backend::resetNotification(QString label) +{ + ResetNotification(toGoStr(label)); +} + void Backend::quit() { Quit(); -- cgit v1.2.3