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:
Marcel Krems 2013-10-18 11:56:45 +02:00 committed by The Qt Project
parent 7627f6739b
commit c9ad904af9

View File

@ -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.