Fix compiler warning from Clang.

This commit is contained in:
John Maguire 2010-03-17 15:07:49 +00:00
parent 4a26d10e7e
commit 84bede61d3
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ bool TrackSlider::event(QEvent* e) {
case QEvent::StyleChange:
UpdateLabelWidth();
break;
default:
break;
}
return false;
}