QTfrontend/hwform.cpp
changeset 475 1e46d45da242
parent 471 e1eb64ba5e9c
child 481 44ceded179a4
equal deleted inserted replaced
474:2e3c1b9ad495 475:1e46d45da242
    28 #include <QMessageBox>
    28 #include <QMessageBox>
    29 
    29 
    30 #include "hwform.h"
    30 #include "hwform.h"
    31 #include "game.h"
    31 #include "game.h"
    32 #include "team.h"
    32 #include "team.h"
    33 #include "netclient.h"
       
    34 #include "teamselect.h"
    33 #include "teamselect.h"
    35 #include "gameuiconfig.h"
    34 #include "gameuiconfig.h"
    36 #include "pages.h"
    35 #include "pages.h"
    37 #include "hwconsts.h"
    36 #include "hwconsts.h"
    38 #include "newnetclient.h"
    37 #include "newnetclient.h"
   148 }
   147 }
   149 
   148 
   150 void HWForm::GoToNet()
   149 void HWForm::GoToNet()
   151 {
   150 {
   152 	GoToPage(ID_PAGE_NET);
   151 	GoToPage(ID_PAGE_NET);
   153 }
       
   154 
       
   155 void HWForm::GoToNetChat()
       
   156 {
       
   157 	GoToPage(ID_PAGE_NETCHAT);
       
   158 }
   152 }
   159 
   153 
   160 void HWForm::OnPageShown(quint8 id)
   154 void HWForm::OnPageShown(quint8 id)
   161 {
   155 {
   162 	if (id == ID_PAGE_MULTIPLAYER || id == ID_PAGE_NETCFG) {
   156 	if (id == ID_PAGE_MULTIPLAYER || id == ID_PAGE_NETCFG) {