make CustomContainment a limit
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=800671
This commit is contained in:
parent
98fd9c423d
commit
cb6af63eb7
@ -85,7 +85,7 @@ class PLASMA_EXPORT Containment : public Applet
|
||||
enum Type { NoContainmentType = -1 /**< @internal */,
|
||||
DesktopContainment = 0 /**< A desktop containment */,
|
||||
PanelContainment /**< A desktop panel */,
|
||||
CustomContainment /**< A containment that is neither a desktop nor a panel,
|
||||
CustomContainment = 127 /**< A containment that is neither a desktop nor a panel,
|
||||
but something application specific */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user