summaryrefslogtreecommitdiff
path: root/gui/handlers.cpp
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-08-20 20:22:48 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-08-20 20:27:50 +0200
commit2f1f352342e8e707beabd8d0c180887182e28c9a (patch)
tree073108250d64d5afbc561f6af43a4411d5e8c67a /gui/handlers.cpp
parent339a30fd1917011d8ad8a3900509f3a8880d569d (diff)
[feat] reset notification
Diffstat (limited to 'gui/handlers.cpp')
-rw-r--r--gui/handlers.cpp5
1 files changed, 5 insertions, 0 deletions
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();