Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't call populateTable() twice on startup when it's not needed
We need to call MainWindow::populateTable() when an SQL script was executed during startup to make sure the latest data is shown. There is however no need to do so when no SQL script was specified.
- Loading branch information