2015-08-13 Fred Gleason <fredg@paravelsystems.com>

* Commented out the 'qApp->processEvents()' call in the
	'refreshStatusChangedData()' method in 'rdairplay/rdairplay.cpp'.
This commit is contained in:
Fred Gleason
2015-08-13 19:30:11 -04:00
parent e29dc99a00
commit 188c6c4bb5
2 changed files with 4 additions and 1 deletions

View File

@@ -1973,7 +1973,7 @@ void MainWidget::refreshStatusChangedData(bool active)
}
air_refresh_label->setText("");
}
qApp->processEvents();
// qApp->processEvents();
}