QOpenGLWidget: Fix a typo in the public documentation

Change-Id: I964f5c6a8901bf93e5e3a5afb33cb456217caf39
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Laszlo Papp 2022-05-27 19:21:11 +01:00
parent 23184fb6cd
commit ee61ea399b

View File

@ -164,7 +164,7 @@ QT_BEGIN_NAMESPACE
\section1 Code Examples
To get started, the simplest QOpenGLWidget subclass could like like the following:
To get started, the simplest QOpenGLWidget subclass could look like the following:
\snippet code/doc_gui_widgets_qopenglwidget.cpp 0