- Fixed compilation warning in Ishan's code

This commit is contained in:
Christophe Dumez 2007-11-23 23:48:05 +00:00
parent a56baf5b58
commit 8ab6aeafcc

View file

@ -56,7 +56,7 @@ void RealProgressBar::setThread(const RealProgressBarThread *newThread)
thread = newThread;
}
*/
void RealProgressBar::paintEvent(QPaintEvent *event)
void RealProgressBar::paintEvent(QPaintEvent *)
{
QPainter painter(this);
painter.drawPixmap(rect(), pixmap);