mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Cleaning code
This commit is contained in:
parent
cb6fbd18f3
commit
4eeb110f80
5 changed files with 21 additions and 16 deletions
|
@ -8,9 +8,11 @@
|
|||
|
||||
class BaseManageTab : public TabBase_TabManage {
|
||||
|
||||
/// @brief Never free the following pointers in that class
|
||||
/// Never free the following pointers in that class
|
||||
std::shared_ptr<GameListManager> glm;
|
||||
std::shared_ptr<GameBase> base;
|
||||
|
||||
/// Pointers for data access
|
||||
BaseImportTab *import_tab;
|
||||
BaseGameTab *games_tab;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue