From 2cf39c87756ee84dc832958255f01dcdacce1cac Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Fri, 4 Oct 2013 18:53:30 +0200 Subject: Documentation: Add '\since' to doc for Qt::Edge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit That enum got introduced in b6e9a8f21ac8b4cc3cc56232ce346ebd7ba17a70 Change-Id: I2d69179624cecff63549bfee66bc68bb4b27af8c Reviewed-by: Topi Reiniƶ Reviewed-by: Jerome Pasion --- src/corelib/global/qnamespace.qdoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/corelib/global/qnamespace.qdoc') diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index f46640ea0e..90f38fd51c 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -1735,6 +1735,8 @@ \value LeftEdge The left edge of the rectangle. \value RightEdge The right edge of the rectangle. \value BottomEdge The bottom edge of the rectangle. + + \since 5.1 */ /*! -- cgit v1.2.3