Fix the "busy cursor".

This commit is contained in:
Laurent Rineau 2008-10-17 14:34:12 +00:00
parent ae40a2453a
commit 39de4b75ea
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ void Volume::status_message(QString string)
void Volume::busy() const void Volume::busy() const
{ {
QApplication::restoreOverrideCursor(); QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));
} }
void Volume::not_busy() const void Volume::not_busy() const