- Fixed compilation warning

This commit is contained in:
Christophe Dumez 2007-11-21 22:46:13 +00:00
parent a721e6d943
commit 3926b0d787

View file

@ -63,6 +63,8 @@ void RealProgressBarThread::refresh()
case restart:\ case restart:\
qDebug("RealProgressBarThread restart");\ qDebug("RealProgressBarThread restart");\
goto start;\ goto start;\
case ignore:\
break;\
} }
void RealProgressBarThread::run(){ void RealProgressBarThread::run(){