diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-09-15 12:19:43 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-09-15 12:19:43 (GMT) |
commit | afb6c4935dc6a7be0f9de092003477692559815c (patch) | |
tree | bb4311a2bf2a0aa437735147cd465e4a0f9d56f6 /src/corelib/tools/qmargins.cpp | |
parent | cd5f0f868bc830c6b350e8263fd53597f52e1146 (diff) | |
download | Qt-afb6c4935dc6a7be0f9de092003477692559815c.zip Qt-afb6c4935dc6a7be0f9de092003477692559815c.tar.gz Qt-afb6c4935dc6a7be0f9de092003477692559815c.tar.bz2 |
Fix ambiguous overload for QTileRules constructor
Also fix the relations in the documentation
Reviewed-by: David Boddie
Diffstat (limited to 'src/corelib/tools/qmargins.cpp')
-rw-r--r-- | src/corelib/tools/qmargins.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/tools/qmargins.cpp b/src/corelib/tools/qmargins.cpp index f5441a3..58cef4a 100644 --- a/src/corelib/tools/qmargins.cpp +++ b/src/corelib/tools/qmargins.cpp @@ -59,6 +59,8 @@ QT_BEGIN_NAMESPACE QMargin objects can be streamed as well as compared. + \sa qDrawBorderPixmap + */ |