summaryrefslogtreecommitdiffstats
path: root/src/kstreamripper.h
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-12-05 21:14:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-06 19:36:24 +0900
commit7bd4251db36952dce6c17d477f4671199d5c9971 (patch)
treeec46e18f1d1854e9c0f0c6ed8a92a14445b3c765 /src/kstreamripper.h
parentbc6622cea71b99a59e4631652c02af6f5ad324d0 (diff)
downloadkstreamripper-7bd4251db36952dce6c17d477f4671199d5c9971.tar.gz
kstreamripper-7bd4251db36952dce6c17d477f4671199d5c9971.zip
Added event processing if the process has finished its work
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'src/kstreamripper.h')
-rw-r--r--src/kstreamripper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/kstreamripper.h b/src/kstreamripper.h
index 5a16a99..7677e6f 100644
--- a/src/kstreamripper.h
+++ b/src/kstreamripper.h
@@ -22,7 +22,10 @@
#define KSTREAMRIPPER_H
#include <tdeversion.h>
+
#include "kstreamripperbase.h"
+#include "processcontroller.h"
+
#if KDE_IS_VERSION(3,3,90)
#include <dnssd/servicebrowser.h>
#include <dnssd/remoteservice.h>
@@ -57,6 +60,7 @@ protected slots:
void deleteStreamButtonClicked();
void tuneInButtonClicked();
void ripButtonClicked();
+ void ripStopped(ProcessController*);
void stopRipButtonClicked();
void browseButtonClicked();
void helpButtonClicked();