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:
Aaron J. Seigo 2007-10-01 23:30:47 +00:00
parent b51cc728fd
commit 6cd4da671d

View File

@ -185,7 +185,7 @@ class PLASMA_EXPORT Applet : public Widget
* *
* @param constraints the type of constraints that were updated * @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. * Called when any of the geometry constraints have been updated.