add comment

This commit is contained in:
laserpants 2016-05-11 18:44:43 +03:00
parent 61c2364fbb
commit be270caa5a
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ void SliderPrivate::init(Slider *slider)
QAbstractTransition *transition;
QPropertyAnimation *animation;
//
// Add transitions
transition = new QSignalTransition(slider, SIGNAL(sliderDisabled()));
transition->setTargetState(disabledState);