From 6896db53d672bc5b94eeb66e9fda85f6a4c81c8f Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 5 Feb 2021 21:35:48 -0500 Subject: show mutual guilds --- windows/profilewindow.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'windows/profilewindow.hpp') diff --git a/windows/profilewindow.hpp b/windows/profilewindow.hpp index 5d4f319..a5627d3 100644 --- a/windows/profilewindow.hpp +++ b/windows/profilewindow.hpp @@ -2,6 +2,7 @@ #include #include "../discord/snowflake.hpp" #include "profile/userinfopane.hpp" +#include "profile/mutualguildspane.hpp" class ProfileWindow : public Gtk::Window { public: @@ -26,4 +27,5 @@ private: Gtk::StackSwitcher m_switcher; ProfileUserInfoPane m_pane_info; + UserMutualGuildsPane m_pane_guilds; }; -- cgit v1.2.3