aboutsummaryrefslogtreecommitdiff
path: root/src/engine_tab/EngineTab.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-13 10:42:57 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-13 10:42:57 +0100
commitf754a93f9f13fa7f30386caba397b91e127aab2c (patch)
tree9b3cd0a464d40657a9ed252f7065403669c8b9de /src/engine_tab/EngineTab.hpp
parent7009469e96505ab7c2445e7dea43d6c6d2fcbd08 (diff)
Debug MainWindow and add comments
Diffstat (limited to 'src/engine_tab/EngineTab.hpp')
-rw-r--r--src/engine_tab/EngineTab.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine_tab/EngineTab.hpp b/src/engine_tab/EngineTab.hpp
index 0daa404..711c3c7 100644
--- a/src/engine_tab/EngineTab.hpp
+++ b/src/engine_tab/EngineTab.hpp
@@ -4,6 +4,7 @@
// Foreign event
wxDECLARE_EVENT(CLOSE_TAB_EVENT, wxCommandEvent);
wxDECLARE_EVENT(REFRESH_ENGINE_LIST, wxCommandEvent);
+wxDECLARE_EVENT(REFRESH_TAB_TITLE, wxCommandEvent);
class EngineTab : public TabEngine, public TabInfos {
uciadapter::UCI *engine;