diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-09-09 12:34:58 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-09-09 12:35:41 (GMT) |
commit | 7f781905631347b46d9469b59f8427b83e97bfba (patch) | |
tree | e19ab0c0c936331c0c65f5155532500efad33b78 /src/corelib/tools | |
parent | 11c45476c44cc0a4391442eec5ee463d3f028c81 (diff) | |
download | Qt-7f781905631347b46d9469b59f8427b83e97bfba.zip Qt-7f781905631347b46d9469b59f8427b83e97bfba.tar.gz Qt-7f781905631347b46d9469b59f8427b83e97bfba.tar.bz2 |
Add missing \since 4.6 in the QMargins documentation
Diffstat (limited to 'src/corelib/tools')
-rw-r--r-- | src/corelib/tools/qmargins.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/tools/qmargins.cpp b/src/corelib/tools/qmargins.cpp index 2150ccb..f5441a3 100644 --- a/src/corelib/tools/qmargins.cpp +++ b/src/corelib/tools/qmargins.cpp @@ -48,6 +48,7 @@ QT_BEGIN_NAMESPACE /*! \class QMargins \ingroup painting + \since 4.6 \brief The QMargins class defines the four margins of a rectangle. |