Made setContainmentType public again to be able to deal with null-containments and to compile kdeutils again.
The change was introduced with r800682 and juding from the commit-log it was more something like an accident ;) If not, then it may an idea to also remove/rework the logic that was introduced with http://lists.kde.org/?l=kde-panel-devel&m=120474698213048&w=4 which allows null-containments. p.s. if the monday-rule is not valid anymore, please check at least that things still compile or ppl may lose hours in the middle of the night to just be able to continue work on something else. Thx :) svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=800860
This commit is contained in:
parent
aa5f747305
commit
cde0b918b3
@ -369,12 +369,13 @@ class PLASMA_EXPORT Containment : public Applet
|
||||
*/
|
||||
void addSiblingContainment();
|
||||
|
||||
protected:
|
||||
/**
|
||||
* Sets the type of this containment.
|
||||
*/
|
||||
void setContainmentType(Containment::Type type);
|
||||
|
||||
protected:
|
||||
|
||||
/**
|
||||
* Optionally creates a layout for the Containment for the new
|
||||
* form factor. This is called before the current form factor is
|
||||
|
Loading…
Reference in New Issue
Block a user