Cleaning code

This commit is contained in:
Loic Guegan 2022-12-27 20:32:13 +01:00
parent cb6fbd18f3
commit 4eeb110f80
5 changed files with 21 additions and 16 deletions

View file

@ -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;