doc: Fix typo in setViewportMargins() docs
There was a duplicated word in the api documentation. Fixes: QTBUG-94073 Change-Id: I1344a89aa579be5272a44831daa9451eb8030431 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
This commit is contained in:
parent
4ee4b7a871
commit
80cf470534
@ -836,7 +836,7 @@ QWidgetList QAbstractScrollArea::scrollBarWidgets(Qt::Alignment alignment)
|
||||
/*!
|
||||
Sets the margins around the scrolling area to \a left, \a top, \a
|
||||
right and \a bottom. This is useful for applications such as
|
||||
spreadsheets with "locked" rows and columns. The marginal space is
|
||||
spreadsheets with "locked" rows and columns. The marginal space
|
||||
is left blank; put widgets in the unused area.
|
||||
|
||||
Note that this function is frequently called by QTreeView and
|
||||
|
Loading…
Reference in New Issue
Block a user