aboutsummaryrefslogtreecommitdiff
path: root/src/base_tab/BaseTab.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-12-27 19:41:33 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-12-27 19:41:33 +0100
commitcb6fbd18f374773a6cd6ea1db42f6d6ff6147a1e (patch)
tree4c3539f63769fc2f62e0e113ac54f0f641091c54 /src/base_tab/BaseTab.hpp
parent32fdf9272e1a94f8c51274a1758f4feae555341a (diff)
Improve database tab
Diffstat (limited to 'src/base_tab/BaseTab.hpp')
-rw-r--r--src/base_tab/BaseTab.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base_tab/BaseTab.hpp b/src/base_tab/BaseTab.hpp
index 71e7cec..7782b43 100644
--- a/src/base_tab/BaseTab.hpp
+++ b/src/base_tab/BaseTab.hpp
@@ -10,6 +10,9 @@
wxDECLARE_EVENT(NEW_GAME_EVENT, wxCommandEvent);
wxDECLARE_EVENT(CLOSE_LINKED_TAB, wxCommandEvent);
+// Local events
+wxDECLARE_EVENT(REFRESH_MANAGE_TAB, wxCommandEvent);
+
class BaseTab : public TabBase, public TabInfos {
/// @brief The opened database
std::shared_ptr<GameBase> base;