diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-08-05 03:32:53 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-08-05 03:32:53 -0400 |
commit | 41a63df1b108a9520a8dfcb862f108b42f9a1bb1 (patch) | |
tree | b9eae63b43a9dd418fe7d7b3b7c8562fd92ec7ab /components/channels.hpp | |
parent | 40897ece3ced8bfc051708a8d85f413f330631a9 (diff) | |
download | abaddon-portaudio-41a63df1b108a9520a8dfcb862f108b42f9a1bb1.tar.gz abaddon-portaudio-41a63df1b108a9520a8dfcb862f108b42f9a1bb1.zip |
add temporary row for non-joined threads
Diffstat (limited to 'components/channels.hpp')
-rw-r--r-- | components/channels.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/channels.hpp b/components/channels.hpp index 24c7170..fce3546 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -197,6 +197,9 @@ protected: void OnMessageCreate(const Message &msg); Gtk::TreeModel::Path m_path_for_menu; + // cant be recovered through selection + Gtk::TreeModel::iterator m_temporary_thread_row; + Gtk::Menu m_menu_guild; Gtk::MenuItem m_menu_guild_copy_id; Gtk::MenuItem m_menu_guild_settings; |