Doc: Add missing \since 5.2 to QSizePolicy::retainSizeWhenHidden
Change-Id: I461e8187810e564e06869df86b23cc40aeba72bd Reviewed-by: Thorbjørn Lund Martsum <tmartsum@gmail.com>
This commit is contained in:
parent
7627f6739b
commit
c9ad904af9
@ -342,6 +342,7 @@
|
||||
|
||||
/*!
|
||||
\fn void QSizePolicy::retainSizeWhenHidden() const
|
||||
\since 5.2
|
||||
|
||||
Returns if the layout should retain the widgets size when it is hidden. This is by default false.
|
||||
|
||||
@ -350,6 +351,7 @@
|
||||
|
||||
/*!
|
||||
\fn void QSizePolicy::setRetainSizeWhenHidden(bool retainSize)
|
||||
\since 5.2
|
||||
|
||||
Set if a layout should retain the widgets size when it is hidden.
|
||||
If \a retainSize is true the layout will not be changed by hiding the widget.
|
||||
|
Loading…
Reference in New Issue
Block a user