From 95eb6646415d859931532e7b22967b7c68ddb02b Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 14 May 2021 00:27:58 -0400 Subject: friends: friends list is now in main content stack --- windows/mainwindow.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'windows/mainwindow.hpp') diff --git a/windows/mainwindow.hpp b/windows/mainwindow.hpp index f877018..544e9a3 100644 --- a/windows/mainwindow.hpp +++ b/windows/mainwindow.hpp @@ -2,6 +2,7 @@ #include "../components/channels.hpp" #include "../components/chatwindow.hpp" #include "../components/memberlist.hpp" +#include "../components/friendslist.hpp" #include class MainWindow : public Gtk::Window { @@ -74,6 +75,7 @@ protected: ChannelList m_channel_list; ChatWindow m_chat; MemberList m_members; + FriendsList m_friends; Gtk::Stack m_content_stack; -- cgit v1.2.3