summaryrefslogtreecommitdiff
path: root/windows/profilewindow.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-02-05 21:35:48 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-02-05 21:35:48 -0500
commit6896db53d672bc5b94eeb66e9fda85f6a4c81c8f (patch)
treea0d58ae3e06bb8314d1f4260b6c60e56b1dcb83c /windows/profilewindow.hpp
parent10ed518c8345ee1c1f01ce330e2698fbdf8f4e96 (diff)
downloadabaddon-portaudio-6896db53d672bc5b94eeb66e9fda85f6a4c81c8f.tar.gz
abaddon-portaudio-6896db53d672bc5b94eeb66e9fda85f6a4c81c8f.zip
show mutual guilds
Diffstat (limited to 'windows/profilewindow.hpp')
-rw-r--r--windows/profilewindow.hpp2
1 files changed, 2 insertions, 0 deletions
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 <gtkmm.h>
#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;
};