summaryrefslogtreecommitdiffstats
path: root/src/rolewidget.h
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-06-28 16:38:39 +0100
committerColin Guthrie <cguthrie@mandriva.org>2009-06-28 16:38:39 +0100
commitf1a23af603dfb250c10f8a4ec6a6f9acbd80d972 (patch)
tree09cf272b4870b6d33085d2d4b1d9b4ad3dd5aec3 /src/rolewidget.h
parentac052e1a30d1aeb7c514f9dd4eb8e6fb50382185 (diff)
Restructure the class inheritance a bit.
This just shuffles around the streamwidget a bit. The RoleWidget child class is the exception, so try and gear things around SinkInput/SourceOutput widgets more to save repeating the same code too much.
Diffstat (limited to 'src/rolewidget.h')
-rw-r--r--src/rolewidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rolewidget.h b/src/rolewidget.h
index bbd39d6..c7b198c 100644
--- a/src/rolewidget.h
+++ b/src/rolewidget.h
@@ -35,6 +35,7 @@ public:
virtual void onMuteToggleButton();
virtual void executeVolumeUpdate();
+ virtual bool onContextTriggerEvent(GdkEventButton*);
};
#endif