summaryrefslogtreecommitdiff
path: root/src/components/channellist/channellisttree.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/channellist/channellisttree.hpp')
-rw-r--r--src/components/channellist/channellisttree.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/channellist/channellisttree.hpp b/src/components/channellist/channellisttree.hpp
index 136522b..3841e3c 100644
--- a/src/components/channellist/channellisttree.hpp
+++ b/src/components/channellist/channellisttree.hpp
@@ -165,6 +165,10 @@ protected:
Gtk::Menu m_menu_voice_channel;
Gtk::MenuItem m_menu_voice_channel_join;
Gtk::MenuItem m_menu_voice_channel_disconnect;
+
+ Gtk::Menu m_menu_voice_stage;
+ Gtk::MenuItem m_menu_voice_stage_join;
+ Gtk::MenuItem m_menu_voice_stage_disconnect;
#endif
Gtk::Menu m_menu_dm;
@@ -196,6 +200,7 @@ protected:
#ifdef WITH_VOICE
void OnVoiceChannelSubmenuPopup();
+ void OnVoiceStageSubmenuPopup();
#endif
bool m_updating_listing = false;