diff options
| author | Samuel Rødal <[email protected]> | 2012-03-15 15:55:46 +0100 |
|---|---|---|
| committer | Qt by Nokia <[email protected]> | 2012-03-15 18:05:05 +0100 |
| commit | 5728c8a8e7c994b931d340315c241350d646f62a (patch) | |
| tree | 5d732feaa57084ea3774070915ff65de9ac6f5ef /src/gui/kernel/qsurface.cpp | |
| parent | c0291177a1bd52b724d3a0639766ba1676a53ae4 (diff) | |
Added missing \since 5.0 and tweaked some docs in QtGui.
Change-Id: I91564f7a61962f97b9fb78c96d94d5695a3924db
Reviewed-by: Casper van Donderen <[email protected]>
Diffstat (limited to 'src/gui/kernel/qsurface.cpp')
| -rw-r--r-- | src/gui/kernel/qsurface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qsurface.cpp b/src/gui/kernel/qsurface.cpp index eb2676802b4..534135cc2fb 100644 --- a/src/gui/kernel/qsurface.cpp +++ b/src/gui/kernel/qsurface.cpp @@ -46,6 +46,7 @@ QT_BEGIN_NAMESPACE /*! \class QSurface + \since 5.0 \brief The QSurface class is an abstraction of renderable surfaces in Qt. The size of the surface is accessible with the size() function. The rendering |
