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:37:14 +0900
commitb3d9058d96f5f2939360fde1b6c28062f4db827b (patch)
treed8baf144b4d6828710e4c0706632241ee9d8f6bd /src/kstreamripper.h
parent6701bdba555126443873b31eb1c2b288fae61d77 (diff)
downloadkstreamripper-b3d9058d.tar.gz
kstreamripper-b3d9058d.zip
Added event processing if the process has finished its work
Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit 7bd4251db36952dce6c17d477f4671199d5c9971)
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();