add a NoConstraint enum entry to Constraints
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=729448
This commit is contained in:
parent
0a73264688
commit
147f087d3c
3
plasma.h
3
plasma.h
@ -35,7 +35,8 @@ namespace Plasma
|
||||
* objects have managed for them and which they may wish to react to,
|
||||
* for instance in Applet::constraintsUpdated
|
||||
*/
|
||||
enum Constraint { FormFactorConstraint = 1 /** The FormFactor for an object */,
|
||||
enum Constraint { NoConstraint = 0,
|
||||
FormFactorConstraint = 1 /** The FormFactor for an object */,
|
||||
LocationConstraint = 2 /** The Location of an object */,
|
||||
ScreenConstraint = 4 /** Which screen an object is on */,
|
||||
AllConstraints = FormFactorConstraint | LocationConstraint | ScreenConstraint
|
||||
|
Loading…
Reference in New Issue
Block a user