Exemple #1
0
void Game::start(){
	SetupDialog setup;
	if(setup.exec()) {
		start(setup.hostAddress(),8200);
	}

}