From d3af5e3f58f66681c281059f40d537fc7792f516 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Fri, 13 Nov 2020 10:38:19 +0100 Subject: [PATCH] Fix image path in Graphics overview Task-number: QTBUG-87158 Change-Id: I2c7525c86f21e5ffa6512a9942befbd7f28a167b Reviewed-by: Venugopal Shivashankar --- doc/src/graphics.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/graphics.qdoc b/doc/src/graphics.qdoc index b5190670f..5b9792497 100644 --- a/doc/src/graphics.qdoc +++ b/doc/src/graphics.qdoc @@ -35,7 +35,7 @@ Cross-platform applications can use Qt to display graphical elements. Qt abstracts the platforms' underlying graphics APIs so that developers can focus on the application code. -\inlineimage rhiarch.pngs +\inlineimage rhiarch.png The Qt Rendering Hardware Interface (RHI) translates 3D graphics call from Qt applications to the available graphics APIs on the target platform.