summaryrefslogtreecommitdiff
path: root/daemon/logger.h
diff options
context:
space:
mode:
authorArseniy-Movshev <dodoradio@outlook.com>2023-05-29 16:30:31 +0100
committerArseniy-Movshev <dodoradio@outlook.com>2023-05-29 18:06:51 +0100
commitfd718937e22c22e716a951e2bb58ac1bc624f70e (patch)
tree88b7ebd962c1224dbfb4daacf578084a79fd17cc /daemon/logger.h
parent66e8fe3ba76cf72a71a8fece1532fb9597813e0a (diff)
Add a method for daemon recordings to be triggered from qml
This allows the app to always show an up-to-date value
Diffstat (limited to '')
-rw-r--r--daemon/logger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/logger.h b/daemon/logger.h
index 7bfe06b..515adb2 100644
--- a/daemon/logger.h
+++ b/daemon/logger.h
@@ -32,6 +32,7 @@ public:
public slots:
void setup();
void resetup();
+ void triggerRecording();
private slots:
void displayOn(QString displayState);