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:
Marco Martin 2016-06-07 20:16:44 +02:00
parent 9575b8c009
commit 84c29fa3d0

View File

@ -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)