QTfrontend/hwform.cpp
changeset 6735 050237b1500f
parent 6733 5abbc345a82f
child 6791 6907194f2c57
equal deleted inserted replaced
6734:9709d15dabfa 6735:050237b1500f
  1039     connect(hwnet, SIGNAL(NickTaken(const QString&)), this, SLOT(NetNickTaken(const QString&)), Qt::QueuedConnection);
  1039     connect(hwnet, SIGNAL(NickTaken(const QString&)), this, SLOT(NetNickTaken(const QString&)), Qt::QueuedConnection);
  1040     connect(hwnet, SIGNAL(AuthFailed()), this, SLOT(NetAuthFailed()), Qt::QueuedConnection);
  1040     connect(hwnet, SIGNAL(AuthFailed()), this, SLOT(NetAuthFailed()), Qt::QueuedConnection);
  1041     //connect(ui.pageNetGame->BtnBack, SIGNAL(clicked()), hwnet, SLOT(partRoom()));
  1041     //connect(ui.pageNetGame->BtnBack, SIGNAL(clicked()), hwnet, SLOT(partRoom()));
  1042 
  1042 
  1043 // rooms list page stuff
  1043 // rooms list page stuff
  1044     ui.pageRoomsList->roomsList->setModel(hwnet->roomsListModel());
  1044     ui.pageRoomsList->setModel(hwnet->roomsListModel());
  1045     connect(hwnet, SIGNAL(adminAccess(bool)),
  1045     connect(hwnet, SIGNAL(adminAccess(bool)),
  1046             ui.pageRoomsList, SLOT(setAdmin(bool)), Qt::QueuedConnection);
  1046             ui.pageRoomsList, SLOT(setAdmin(bool)), Qt::QueuedConnection);
  1047     connect(hwnet, SIGNAL(adminAccess(bool)),
  1047     connect(hwnet, SIGNAL(adminAccess(bool)),
  1048             ui.pageRoomsList->chatWidget, SLOT(adminAccess(bool)), Qt::QueuedConnection);
  1048             ui.pageRoomsList->chatWidget, SLOT(adminAccess(bool)), Qt::QueuedConnection);
  1049 
  1049