From ee855937cc3e95537251490ab35018fcde6eab5c Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 16 Mar 2009 20:28:40 +0000 Subject: Wire up the terminate button --- src/streamwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/streamwidget.h') 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(); -- cgit