From e8f16292d1774ea137145485a63c373df6cb0743 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 27 Apr 2022 16:23:50 -0400 Subject: add back/forward history to tabs also lots of reformatting in .cmake because clion is weird and did that for some reason --- src/windows/mainwindow.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/windows/mainwindow.hpp') 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(); -- cgit v1.2.3