compile with -pedantic

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=762324
This commit is contained in:
Volker Krause 2008-01-16 20:21:47 +00:00
parent 9cc8eabf9b
commit 6f89539ced

View File

@ -97,7 +97,7 @@ public:
NoState = 0,
HoverState = 1,
PressedState = 2,
ManualPressedState = 4,
ManualPressedState = 4
};
Q_DECLARE_FLAGS(IconStates, IconState)