new containment type for the systray
add a new containment type for use in the systray: this way it will be able to have a screen number without actually creating a panel from its own REVIEW:128118
This commit is contained in:
parent
9575b8c009
commit
84c29fa3d0
@ -100,7 +100,8 @@ public:
|
||||
PanelContainment, /**< A desktop panel */
|
||||
CustomContainment = 127, /**< A containment that is neither a desktop nor a panel
|
||||
but something application specific */
|
||||
CustomPanelContainment = 128 /**< A customized desktop panel */
|
||||
CustomPanelContainment = 128, /**< A customized desktop panel */
|
||||
CustomEmbeddedContainment = 129 /**< A customized containment embedded in another applet */
|
||||
};
|
||||
Q_ENUMS(ContainmentType)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user