From 65943b4bd74ae52e6f6ffbff0e9ba619053172d6 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 17 Mar 2021 02:19:15 -0400 Subject: reduce concurrent requests in guild settings + profile disable gtk's treeview search in bans+invites --- components/inotifyswitched.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 components/inotifyswitched.hpp (limited to 'components/inotifyswitched.hpp') diff --git a/components/inotifyswitched.hpp b/components/inotifyswitched.hpp new file mode 100644 index 0000000..a322107 --- /dev/null +++ b/components/inotifyswitched.hpp @@ -0,0 +1,8 @@ +#pragma once + +// for things that are used in stackswitchers to be able to be told when they're switched to + +class INotifySwitched { +public: + virtual void on_switched_to() {}; +}; -- cgit v1.2.3