Fixed coding style again on the if brackets
This commit is contained in:
parent
0d56be629b
commit
14947232a7
|
@ -408,7 +408,7 @@ void MainWindow::SearchGameTable(const QString& text) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::ShowGameList() {
|
void MainWindow::ShowGameList() {
|
||||||
if (ui->showGameListAct->isChecked()){
|
if (ui->showGameListAct->isChecked()) {
|
||||||
RefreshGameTable();
|
RefreshGameTable();
|
||||||
} else {
|
} else {
|
||||||
m_game_grid_frame->clearContents();
|
m_game_grid_frame->clearContents();
|
||||||
|
|
Loading…
Reference in New Issue