remove ContextConstraint
This commit is contained in:
parent
0043de0ae9
commit
3ed8a6fad2
4
plasma.h
4
plasma.h
@ -55,12 +55,10 @@ enum Constraint {
|
|||||||
ImmutableConstraint = 16,
|
ImmutableConstraint = 16,
|
||||||
/** application startup has completed */
|
/** application startup has completed */
|
||||||
StartupCompletedConstraint = 32,
|
StartupCompletedConstraint = 32,
|
||||||
/** the desktop context has changed */
|
|
||||||
ContextConstraint = 64,
|
|
||||||
/** the position of the popup needs to be recalculated*/
|
/** the position of the popup needs to be recalculated*/
|
||||||
PopupConstraint = 128,
|
PopupConstraint = 128,
|
||||||
AllConstraints = FormFactorConstraint | LocationConstraint | ScreenConstraint |
|
AllConstraints = FormFactorConstraint | LocationConstraint | ScreenConstraint |
|
||||||
SizeConstraint | ImmutableConstraint | ContextConstraint | PopupConstraint
|
SizeConstraint | ImmutableConstraint | PopupConstraint
|
||||||
};
|
};
|
||||||
Q_DECLARE_FLAGS(Constraints, Constraint)
|
Q_DECLARE_FLAGS(Constraints, Constraint)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user