Skip to content

Commit 04b4ff8

Browse files
Fixed typo in DockWidget documentation
1 parent 121248c commit 04b4ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DockWidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ private slots:
197197
* To ensure, that a dock widget does not block resizing, the dock widget
198198
* reimplements minimumSizeHint() function to return a very small minimum
199199
* size hint. If you would like to adhere the minimumSizeHint() from the
200-
* content widget, the set the minimumSizeHintMode() to
200+
* content widget, then set the minimumSizeHintMode() to
201201
* MinimumSizeHintFromContent.
202202
*/
203203
enum eMinimumSizeHintMode

0 commit comments

Comments
 (0)