diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-13 10:42:57 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-01-13 10:42:57 +0100 |
| commit | f754a93f9f13fa7f30386caba397b91e127aab2c (patch) | |
| tree | 9b3cd0a464d40657a9ed252f7065403669c8b9de /src/game_tab/right_panel/LiveEngineDialog.hpp | |
| parent | 7009469e96505ab7c2445e7dea43d6c6d2fcbd08 (diff) | |
Debug MainWindow and add comments
Diffstat (limited to 'src/game_tab/right_panel/LiveEngineDialog.hpp')
| -rw-r--r-- | src/game_tab/right_panel/LiveEngineDialog.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game_tab/right_panel/LiveEngineDialog.hpp b/src/game_tab/right_panel/LiveEngineDialog.hpp index fa4ea83..b7be674 100644 --- a/src/game_tab/right_panel/LiveEngineDialog.hpp +++ b/src/game_tab/right_panel/LiveEngineDialog.hpp @@ -16,6 +16,7 @@ class LiveEngineDialog : public DialogLiveEngine { uciadapter::UCI *engine; std::string engine_name; wxTimer timer; + /// @brief The following time interval definitely need to be configure in the user settings (set to 1s for now) std::uint32_t interval; public: |
