1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-30 00:14:57 +00:00

- 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(){