Clear up comment.

Took 37 seconds
This commit is contained in:
Lukas Brübach 2025-11-16 11:37:31 +01:00
parent 7f536c5ff7
commit e727f3bd61

View file

@ -116,7 +116,7 @@ signals:
private:
AbstractClient *client; /**< The network client used to communicate with the server. */
TabSupervisor *tabSupervisor; /**< Reference to TabSupervisor for managing tabs and rooms. */
TabRoom *room; /**< The current room; nullptr if no room is selected. */
TabRoom *room; /**< The current room. */
QTreeView *gameListView; /**< View widget for displaying the game list. */
GamesModel *gameListModel; /**< Model containing all games. */