summaryrefslogtreecommitdiff
path: root/src/components/chatwindow.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-04-27 16:23:50 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2022-04-27 16:24:11 -0400
commite8f16292d1774ea137145485a63c373df6cb0743 (patch)
treea48ce933b225113627c74c54904fea76975d6cfc /src/components/chatwindow.hpp
parentdb28abaa44813e58503f42fa83dab3f4173505d2 (diff)
downloadabaddon-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/components/chatwindow.hpp')
-rw-r--r--src/components/chatwindow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/chatwindow.hpp b/src/components/chatwindow.hpp
index 74c053f..1c0b7cc 100644
--- a/src/components/chatwindow.hpp
+++ b/src/components/chatwindow.hpp
@@ -39,6 +39,8 @@ public:
void OpenNewTab(Snowflake id);
TabsState GetTabsState();
void UseTabsState(const TabsState &state);
+ void GoBack();
+ void GoForward();
#endif
protected: