Remove no longer needed call to processEvents

After cf631a0222 this call is no longer
needed to work around the problem described in #1649.

See discussion in issue #1943.
This commit is contained in:
mgrojo
2019-08-18 15:16:04 +02:00
parent ed4c252dbb
commit b37b444e04

View File

@@ -3051,7 +3051,6 @@ bool MainWindow::loadProject(QString filename, bool readOnly)
currentProjectFilename = filename;
if(ui->mainTab->currentWidget() == ui->browser) {
qApp->processEvents();
if (!currentTable.isEmpty())
switchToBrowseDataTab(currentTable);
populateTable(); // Refresh view