Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
- replaced hacky code
  • Loading branch information
revolter committed Aug 1, 2016
1 parent 96d7a31 commit f2a4ee3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,11 @@ bool MainWindow::fileClose()
updatePlot(0);

activateFields(false);
ui->buttonLogClear->click();

// Clear the SQL Log
ui->editLogApplication->clear();
ui->editLogUser->clear();

for(int i=ui->tabSqlAreas->count()-1;i>=0;i--)
closeSqlTab(i, true);

Expand Down

0 comments on commit f2a4ee3

Please sign in to comment.