correctly register the type property

This commit is contained in:
Marco Martin 2011-02-25 22:12:41 +01:00
parent 888d964d22
commit a5636902e6

View File

@ -358,7 +358,8 @@ class ContainmentInterface : public APPLETSUPERCLASS
Q_OBJECT Q_OBJECT
Q_PROPERTY(QScriptValue applets READ applets) Q_PROPERTY(QScriptValue applets READ applets)
Q_PROPERTY(bool drawWallpaper READ drawWallpaper WRITE setDrawWallpaper) Q_PROPERTY(bool drawWallpaper READ drawWallpaper WRITE setDrawWallpaper)
Q_ENUMS(ContainmentType) Q_PROPERTY(Type containmentType READ containmentType WRITE setContainmentType)
Q_ENUMS(Type)
public: public:
enum Type { enum Type {