We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4f5bb commit f6ff660Copy full SHA for f6ff660
src/3d/qgsabstract3dengine.h
@@ -69,7 +69,7 @@ class _3D_EXPORT QgsAbstract3DEngine : public QObject
69
/**
70
* Starts a request for an image rendered by the engine.
71
* The function does not block - when the rendered image is captured, it is returned in imageCaptured() signal.
72
- * Only one image reqeust can be active at a time.
+ * Only one image request can be active at a time.
73
*/
74
virtual void requestCaptureImage() = 0;
75
0 commit comments