mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-05-06 11:43:56 +00:00
Update game list
This commit is contained in:
parent
b9fd97c2ac
commit
cd9f55f5ad
2 changed files with 6 additions and 0 deletions
|
@ -33,4 +33,9 @@ void GameListManager::DisplayRow(long id){
|
|||
|
||||
void GameListManager::Clear(){
|
||||
game_list->DeleteAllItems();
|
||||
rows.clear();
|
||||
}
|
||||
|
||||
void GameListManager::ClearDisplayedRow(){
|
||||
game_list->DeleteAllItems();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue