Doc: Remove repetition of word in text
While dropping the extra "does", rewrite as "doesn't" as common contractions are preferable in particular in negations. Reflow the remainder of the paragraph. Fixes: QTBUG-105517 Change-Id: I1ad2d5ca753cb1d3a38cf96bdd6e52d2af80151b Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io> (cherry picked from commit 998bd0b528760d320c56026c2dd96204ecfb3b5d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
25ba921d50
commit
e215d4d987
@ -428,9 +428,9 @@ int QFrame::frameWidth() const
|
||||
\brief the frame's rectangle
|
||||
|
||||
The frame's rectangle is the rectangle the frame is drawn in. By
|
||||
default, this is the entire widget. Setting the rectangle does
|
||||
does \e not cause a widget update. The frame rectangle is
|
||||
automatically adjusted when the widget changes size.
|
||||
default, this is the entire widget. Setting the rectangle \e doesn't
|
||||
cause a widget update. The frame rectangle is automatically adjusted
|
||||
when the widget changes size.
|
||||
|
||||
If you set the rectangle to a null rectangle (for example,
|
||||
QRect(0, 0, 0, 0)), then the resulting frame rectangle is
|
||||
|
Loading…
x
Reference in New Issue
Block a user