this needs to be virtual as well

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=796306
This commit is contained in:
Aaron J. Seigo 2008-04-13 08:24:28 +00:00
parent 74e51821a9
commit f5b6d38cac

View File

@ -573,7 +573,7 @@ class PLASMA_EXPORT Applet : public Widget
/** /**
* Sets whether or not this Applet is acting as a Containment * Sets whether or not this Applet is acting as a Containment
*/ */
void setIsContainment(bool isContainment); virtual void setIsContainment(bool isContainment);
/** /**
* @return true if this Applet is currently being used as a Containment, false otherwise * @return true if this Applet is currently being used as a Containment, false otherwise