summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorKevin Funk <kevin.funk@kdab.com>2013-10-04 18:53:30 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-12 01:43:47 +0200
commit2cf39c87756ee84dc832958255f01dcdacce1cac (patch)
treef9c31e0916307e7bc11a507c63cd192736a5b6a6 /src/corelib
parent95174083ae811e55e4f2b004b6307a5cabe5ec2d (diff)
Documentation: Add '\since' to doc for Qt::Edge
That enum got introduced in b6e9a8f21ac8b4cc3cc56232ce346ebd7ba17a70 Change-Id: I2d69179624cecff63549bfee66bc68bb4b27af8c Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/global/qnamespace.qdoc2
1 files changed, 2 insertions, 0 deletions
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
*/
/*!