mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 04:43:56 -07:00
Clear up comment.
Took 37 seconds
This commit is contained in:
parent
7f536c5ff7
commit
e727f3bd61
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ signals:
|
||||||
private:
|
private:
|
||||||
AbstractClient *client; /**< The network client used to communicate with the server. */
|
AbstractClient *client; /**< The network client used to communicate with the server. */
|
||||||
TabSupervisor *tabSupervisor; /**< Reference to TabSupervisor for managing tabs and rooms. */
|
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. */
|
QTreeView *gameListView; /**< View widget for displaying the game list. */
|
||||||
GamesModel *gameListModel; /**< Model containing all games. */
|
GamesModel *gameListModel; /**< Model containing all games. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue