mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
minor fixes wrt commit 4e4a7563db
This commit is contained in:
parent
4e4a7563db
commit
3b70ad8c66
7 changed files with 46 additions and 34 deletions
|
|
@ -108,7 +108,7 @@ void MainWindow::statusChanged(ClientStatus _status)
|
|||
|
||||
void MainWindow::userInfoReceived(const ServerInfo_User &info)
|
||||
{
|
||||
tabSupervisor->start(client, info);
|
||||
tabSupervisor->start(info);
|
||||
}
|
||||
|
||||
// Actions
|
||||
|
|
@ -352,7 +352,7 @@ MainWindow::MainWindow(QWidget *parent)
|
|||
client->moveToThread(clientThread);
|
||||
clientThread->start();
|
||||
|
||||
tabSupervisor = new TabSupervisor;
|
||||
tabSupervisor = new TabSupervisor(client);
|
||||
connect(tabSupervisor, SIGNAL(setMenu(QMenu *)), this, SLOT(updateTabMenu(QMenu *)));
|
||||
connect(tabSupervisor, SIGNAL(localGameEnded()), this, SLOT(localGameEnded()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue