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

@ -14823,3 +14823,6 @@
'rdairplay/log_play.cpp'.
2015-08-12 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 2.10.3caefix04.
2015-08-13 Fred Gleason <fredg@paravelsystems.com>
* Commented out the 'qApp->processEvents()' call in the
'refreshStatusChangedData()' method in 'rdairplay/rdairplay.cpp'.

View File

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