diff options
Diffstat (limited to 'examples/widgets/doc/src')
-rw-r--r-- | examples/widgets/doc/src/cuberhiwidget.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/cuberhiwidget.qdoc b/examples/widgets/doc/src/cuberhiwidget.qdoc index 98aad324381..6356ead9590 100644 --- a/examples/widgets/doc/src/cuberhiwidget.qdoc +++ b/examples/widgets/doc/src/cuberhiwidget.qdoc @@ -31,7 +31,7 @@ \li The contents of the QRhiWidget \l{QRhiWidget::grab()}{can be read back} and saved to an image file (e.g. a PNG file). - \li 4x multisample antialiasing \l{QRhiWidget::sampleConut}{can be toggled} + \li 4x multisample antialiasing \l{QRhiWidget::sampleCount()}{can be toggled} at run time. The QRhiWidget subclass is prepared to handle the changing sample count correctly. |