[poincare] FractionLayout add parenthesis to all children when

serializing
This commit is contained in:
Émilie Feral
2018-09-12 10:47:14 +02:00
parent 81b62ae25e
commit 9dc210c9d8

View File

@@ -43,6 +43,8 @@ public:
#endif
protected:
// SerializationInterface
bool childNeedsParenthesis(const SerializationHelperInterface * child) const override { return true; }
// LayoutNode
KDSize computeSize() override;
KDCoordinate computeBaseline() override;