Next steps on Android port

This commit is contained in:
doitux
2012-05-06 14:02:00 +00:00
parent d0eb4c34dd
commit 7cf2203f33
6 changed files with 13 additions and 14 deletions
@@ -530,7 +530,9 @@ void settingsDialogImpl::exec(bool in_game)
calledIngame = in_game;
prepareDialog();
QDialog::exec();
#ifdef ANDROID
this->showFullScreen();
#endif
}
void settingsDialogImpl::isAccepted()