-pedantic
svn path=/trunk/KDE/kdebase/workspace/; revision=676182
This commit is contained in:
parent
cd90e32833
commit
08d6ebfd8d
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ enum ButtonType {
|
|||
ButtonSticky,
|
||||
ButtonTypeCount
|
||||
};
|
||||
Q_DECLARE_FLAGS(ButtonTypes, ButtonType);
|
||||
Q_DECLARE_FLAGS(ButtonTypes, ButtonType)
|
||||
|
||||
class OxygenFactory: public KDecorationFactory
|
||||
{
|
||||
|
|
|
@ -41,7 +41,7 @@ enum ButtonStatus {
|
|||
Hovered,
|
||||
Pressed };
|
||||
|
||||
Q_DECLARE_FLAGS(ButtonState, ButtonStatus);
|
||||
Q_DECLARE_FLAGS(ButtonState, ButtonStatus)
|
||||
|
||||
class OxygenButton : public QAbstractButton
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue