provide a default param for updateConstraints so existing code has fewer changes to be done
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=719839
This commit is contained in:
parent
b51cc728fd
commit
6cd4da671d
2
applet.h
2
applet.h
@ -185,7 +185,7 @@ class PLASMA_EXPORT Applet : public Widget
|
||||
*
|
||||
* @param constraints the type of constraints that were updated
|
||||
*/
|
||||
void updateConstraints(Plasma::Constraints constraints);
|
||||
void updateConstraints(Plasma::Constraints constraints = Plasma::AllConstraints);
|
||||
|
||||
/**
|
||||
* Called when any of the geometry constraints have been updated.
|
||||
|
Loading…
Reference in New Issue
Block a user