summaryrefslogtreecommitdiffstats
path: root/src/streamwidget.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-03-16 20:28:40 +0000
committerColin Guthrie <cguthrie@mandriva.org>2009-06-17 08:54:11 +0100
commitee855937cc3e95537251490ab35018fcde6eab5c (patch)
treec204d387196d34ee605e07f31b0fee8c709ba3c4 /src/streamwidget.h
parent798f51f480cefc5a0f15223e735d870b870749ee (diff)
Wire up the terminate button
Diffstat (limited to 'src/streamwidget.h')
-rw-r--r--src/streamwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/streamwidget.h b/src/streamwidget.h
index 3b4566d..c7d68d9 100644
--- a/src/streamwidget.h
+++ b/src/streamwidget.h
@@ -45,6 +45,7 @@ public:
ChannelWidget *channelWidgets[PA_CHANNELS_MAX];
+ virtual void onKill();
virtual void onDeviceChange() = 0;
virtual void onMuteToggleButton();