diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-04-27 16:23:50 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-04-27 16:24:11 -0400 |
commit | e8f16292d1774ea137145485a63c373df6cb0743 (patch) | |
tree | a48ce933b225113627c74c54904fea76975d6cfc /src/windows/mainwindow.hpp | |
parent | db28abaa44813e58503f42fa83dab3f4173505d2 (diff) | |
download | abaddon-portaudio-e8f16292d1774ea137145485a63c373df6cb0743.tar.gz abaddon-portaudio-e8f16292d1774ea137145485a63c373df6cb0743.zip |
add back/forward history to tabs
also lots of reformatting in .cmake because clion is weird and did that for some reason
Diffstat (limited to 'src/windows/mainwindow.hpp')
-rw-r--r-- | src/windows/mainwindow.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp index 215442c..7aec864 100644 --- a/src/windows/mainwindow.hpp +++ b/src/windows/mainwindow.hpp @@ -25,6 +25,11 @@ public: void UpdateChatReactionRemove(Snowflake id, const Glib::ustring ¶m); void UpdateMenus(); +#ifdef WITH_LIBHANDY + void GoBack(); + void GoForward(); +#endif + ChannelList *GetChannelList(); ChatWindow *GetChatWindow(); MemberList *GetMemberList(); |