Fixed windows compile issue.

This commit is contained in:
lotodore
2007-10-09 16:12:10 +00:00
parent e9d373893d
commit 2e8a60bc0d
@@ -569,7 +569,7 @@ void gameLobbyDialogImpl::keyPressEvent ( QKeyEvent * event ) {
bool gameLobbyDialogImpl::event ( QEvent * event ) {
QDialog::event(event);
return QDialog::event(event);
}
void gameLobbyDialogImpl::hideShowGameDescription(bool show) {