Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.13.2, 5.14.0
-
caab0ad35799df3b2059bd3707b727dc0b5671aa (qt/qtbase/5.14)
Description
Looking at https://doc.qt.io/qt-5/qtcore-threads-mandelbrot-example.html
After the MandelbrotWidget constructor code is presented, the help page talks about qRegisterMetaType(). However, the code does not make any qRegisterMetaType() calls.
Please make documentation in sync with the code.