since signals/slots are pretty literal in their signatures, use the fully qualified name of the enum .. namespaces and all. makes this more easily usable from the outside

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=728721
This commit is contained in:
Aaron J. Seigo 2007-10-24 02:08:09 +00:00
parent 96712a50a8
commit 603130699a

View File

@ -116,7 +116,7 @@ public:
Q_INVOKABLE QPixmap animationResult(AnimId id);
Q_SIGNALS:
void animationComplete(QGraphicsItem *item, Animation anim);
void animationComplete(QGraphicsItem *item, Plasma::Phase::Animation anim);
void movementComplete(QGraphicsItem *item);
protected: