diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-04-17 02:20:34 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-04-17 02:20:34 -0400 |
commit | 02dc28e89c472b66ee5f71b19e80f94d3a5bb238 (patch) | |
tree | 766bf24706756b1875528df4ecf5c00a8bee8c08 /src/windows/mainwindow.hpp | |
parent | 34f8af599d76c74b719821e92d60937d9dcc01e3 (diff) | |
parent | 47545d9d3234a3c0fd18017984954653cf84249c (diff) | |
download | abaddon-portaudio-02dc28e89c472b66ee5f71b19e80f94d3a5bb238.tar.gz abaddon-portaudio-02dc28e89c472b66ee5f71b19e80f94d3a5bb238.zip |
Merge branch 'master' into tabs
Diffstat (limited to 'src/windows/mainwindow.hpp')
-rw-r--r-- | src/windows/mainwindow.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp index 89c6869..0932af5 100644 --- a/src/windows/mainwindow.hpp +++ b/src/windows/mainwindow.hpp @@ -23,6 +23,7 @@ public: Snowflake GetChatOldestListedMessage(); void UpdateChatReactionAdd(Snowflake id, const Glib::ustring ¶m); void UpdateChatReactionRemove(Snowflake id, const Glib::ustring ¶m); + void UpdateMenus(); ChannelList *GetChannelList(); ChatWindow *GetChatWindow(); |