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:
parent
96712a50a8
commit
603130699a
2
phase.h
2
phase.h
@ -116,7 +116,7 @@ public:
|
|||||||
Q_INVOKABLE QPixmap animationResult(AnimId id);
|
Q_INVOKABLE QPixmap animationResult(AnimId id);
|
||||||
|
|
||||||
Q_SIGNALS:
|
Q_SIGNALS:
|
||||||
void animationComplete(QGraphicsItem *item, Animation anim);
|
void animationComplete(QGraphicsItem *item, Plasma::Phase::Animation anim);
|
||||||
void movementComplete(QGraphicsItem *item);
|
void movementComplete(QGraphicsItem *item);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user