catch the new (in 4.10) Application case
This commit is contained in:
parent
932e547cd9
commit
687babeb74
@ -145,6 +145,9 @@ QString Containment::formFactor() const
|
|||||||
case Plasma::Vertical:
|
case Plasma::Vertical:
|
||||||
return "vertical";
|
return "vertical";
|
||||||
break;
|
break;
|
||||||
|
case Plasma::Application:
|
||||||
|
return "application";
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
return "Planar";
|
return "Planar";
|
||||||
|
Loading…
Reference in New Issue
Block a user