From 8941d5f204fdfc60c33f26f50aedc603bf091e6f Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 5 Sep 2020 00:55:06 -0400 Subject: lazy loading, member list, some other shit --- windows/mainwindow.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'windows/mainwindow.hpp') diff --git a/windows/mainwindow.hpp b/windows/mainwindow.hpp index 9cd329f..415a405 100644 --- a/windows/mainwindow.hpp +++ b/windows/mainwindow.hpp @@ -11,6 +11,7 @@ public: void SetAbaddon(Abaddon *ptr); void UpdateComponents(); + void UpdateMembers(); void UpdateChannelListing(); void UpdateChatWindowContents(); void UpdateChatActiveChannel(Snowflake id); -- cgit v1.2.3