Fixed typo in DockWidget documentation

This commit is contained in:
Uwe Kindler 2020-08-19 15:16:13 +02:00
parent 121248c3c5
commit 04b4ff8b4b

View File

@ -197,7 +197,7 @@ public:
* To ensure, that a dock widget does not block resizing, the dock widget
* reimplements minimumSizeHint() function to return a very small minimum
* size hint. If you would like to adhere the minimumSizeHint() from the
* content widget, the set the minimumSizeHintMode() to
* content widget, then set the minimumSizeHintMode() to
* MinimumSizeHintFromContent.
*/
enum eMinimumSizeHintMode