running astyle

This commit is contained in:
floty
2014-06-08 17:04:59 +02:00
parent 16f3f6ceb2
commit a2d7c2e916
5 changed files with 44 additions and 46 deletions
+1 -2
View File
@@ -4310,8 +4310,7 @@ void gameTableImpl::restoreGameTableGeometry()
int availableHeight = dw.screenGeometry().height(); int availableHeight = dw.screenGeometry().height();
this->showNormal(); this->showNormal();
this->setGeometry(0,0,availableWidth, availableHeight); this->setGeometry(0,0,availableWidth, availableHeight);
} } else {
else {
this->showFullScreen(); this->showFullScreen();
} }
#endif #endif
+1 -2
View File
@@ -251,8 +251,7 @@ void LogFileDialog::keyPressEvent ( QKeyEvent * event )
if(ui->treeWidget_logFiles->hasFocus()) { if(ui->treeWidget_logFiles->hasFocus()) {
ui->pushButton_deleteLog->click(); ui->pushButton_deleteLog->click();
} }
} } else {
else {
QDialog::keyPressEvent(event); QDialog::keyPressEvent(event);
} }
} }