multiple changes (like backbutton handling fixes) for android releases 1.1.1

This commit is contained in:
doitux
2014-05-27 08:04:47 +02:00
parent f3c86990c9
commit c1d7266e50
10 changed files with 77 additions and 22 deletions
@@ -240,6 +240,7 @@ void startNetworkGameDialogImpl::keyPressEvent ( QKeyEvent * event )
} else {
keyUpDownChatCounter = 0;
}
QDialog::keyPressEvent(event);
}
bool startNetworkGameDialogImpl::eventFilter(QObject *obj, QEvent *event)