Split multiplayer code into its own class
This commit is contained in:
parent
ddbbab8fd6
commit
f346a9d372
9 changed files with 253 additions and 195 deletions
|
@ -31,7 +31,7 @@ class Lobby : public QDialog {
|
|||
public:
|
||||
explicit Lobby(QWidget* parent, QStandardItemModel* list,
|
||||
std::shared_ptr<Core::AnnounceMultiplayerSession> session);
|
||||
~Lobby();
|
||||
~Lobby() = default;
|
||||
|
||||
public slots:
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue