From 6a8afb82770ed9d784a1e44b41e729ec7c297b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Fri, 27 Jun 2025 14:41:17 +0200 Subject: calqlatr: Remove the code snippet from inside BackspaceButton The shown code snippet from BackspaceButton.qml is a bit arbitrary? Better to just leave it out (we don't show content from CalculatorButton.qml either). Pick-to: 6.10 Task-number: QTBUG-137892 Change-Id: I9c70c8ccf5134a710a25294ab8ef802890b53c02 Reviewed-by: Andreas Eliasson --- examples/demos/calqlatr/doc/src/calqlatr.qdoc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'examples/demos') diff --git a/examples/demos/calqlatr/doc/src/calqlatr.qdoc b/examples/demos/calqlatr/doc/src/calqlatr.qdoc index c30e5eac3..6cebc9848 100644 --- a/examples/demos/calqlatr/doc/src/calqlatr.qdoc +++ b/examples/demos/calqlatr/doc/src/calqlatr.qdoc @@ -73,11 +73,7 @@ There is another file in the \c content directory called \c BackSpaceButton.qml, this is a special case of the \c CalculatorButton where we would like to render an image onto the button, rather than use text. This button is the same as an \c OperatorButton, but - includes an \c icon rather than \c text: - - \quotefromfile demos/calqlatr/content/BackspaceButton.qml - \skipto icon.source: - \printto } + includes an \c icon rather than \c text. \section1 Responsive Layouts -- cgit v1.2.3