diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-19 18:58:47 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-09-19 18:58:47 -0400 |
commit | 83b480742b46f120b73042791e2f91c70ce3fe84 (patch) | |
tree | 31165ded8fc274cfa6de12b2dcc51066c98e389b /components/channels.hpp | |
parent | 72d0a0d2a098d9f75291bdad73d02d3601c82945 (diff) | |
download | abaddon-portaudio-83b480742b46f120b73042791e2f91c70ce3fe84.tar.gz abaddon-portaudio-83b480742b46f120b73042791e2f91c70ce3fe84.zip |
guild icons
Diffstat (limited to 'components/channels.hpp')
-rw-r--r-- | components/channels.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/channels.hpp b/components/channels.hpp index a771933..f898df7 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -55,6 +55,7 @@ protected: Gtk::EventBox *m_ev; Gtk::Box *m_box; Gtk::Label *m_lbl; + Gtk::Image *m_icon; }; class ChannelListRowCategory : public ChannelListRow { |