diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-12-23 20:14:10 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-12-23 20:14:10 -0500 |
commit | 1ba3daa04ac374504a5cdf62cb5fde44f12027bc (patch) | |
tree | 2c1c8e58cac1ccc07eb47ac1bcb7d5dcda113162 /src/components/channels.hpp | |
parent | e0e0a6c76708fdf12113bf1b5c4ee96eacc35cae (diff) | |
download | abaddon-portaudio-1ba3daa04ac374504a5cdf62cb5fde44f12027bc.tar.gz abaddon-portaudio-1ba3daa04ac374504a5cdf62cb5fde44f12027bc.zip |
basic folder support
Diffstat (limited to 'src/components/channels.hpp')
-rw-r--r-- | src/components/channels.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/channels.hpp b/src/components/channels.hpp index 53a68c9..37a3610 100644 --- a/src/components/channels.hpp +++ b/src/components/channels.hpp @@ -72,7 +72,8 @@ protected: ModelColumns m_columns; Glib::RefPtr<Gtk::TreeStore> m_model; - Gtk::TreeModel::iterator AddGuild(const GuildData &guild); + Gtk::TreeModel::iterator AddFolder(const UserSettingsGuildFoldersEntry &folder); + Gtk::TreeModel::iterator AddGuild(const GuildData &guild, const Gtk::TreeNodeChildren &root); Gtk::TreeModel::iterator UpdateCreateChannelCategory(const ChannelData &channel); Gtk::TreeModel::iterator CreateThreadRow(const Gtk::TreeNodeChildren &children, const ChannelData &channel); |