Oops .. fix property name used in qpropertyanimation
svn path=/trunk/KDE/kdelibs/; revision=1078268
This commit is contained in:
parent
79db16ac7b
commit
94e48dc79f
@ -271,7 +271,7 @@ Meter::Meter(QGraphicsItem *parent) :
|
||||
{
|
||||
d->setSizePolicyAndPreferredSize();
|
||||
|
||||
d->animation = new QPropertyAnimation(this, "progressChanged");
|
||||
d->animation = new QPropertyAnimation(this, "meterValue");
|
||||
}
|
||||
|
||||
Meter::~Meter()
|
||||
|
Loading…
x
Reference in New Issue
Block a user