From 7b7a12f1d2e6e02b11b7649b394d2122eec57813 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 16 Mar 2009 19:57:31 +0000 Subject: Adapt to new UI The actual wiring up of events and clearing out of old, unused elements is not complete yet, so this is completely non-functional at present. --- src/sinkinputwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sinkinputwidget.h') diff --git a/src/sinkinputwidget.h b/src/sinkinputwidget.h index 6db504b..f7b5101 100644 --- a/src/sinkinputwidget.h +++ b/src/sinkinputwidget.h @@ -37,6 +37,7 @@ public: uint32_t index, clientIndex, sinkIndex; virtual void executeVolumeUpdate(); + virtual void onDeviceChange(); virtual void onMuteToggleButton(); virtual void onKill(); virtual void prepareMenu(); -- cgit