summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorJason Barron <jason.barron@nokia.com>2012-08-21 10:34:18 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-29 16:53:00 +0200
commita39e78710dd613aea8770d158a7f5f02fe199e18 (patch)
tree5d5fc74b37890f9d5c8d98eeeafa9a58b5941b91 /src/gui
parent860f95946bc6965317ad226ff83ee00ef13b7812 (diff)
Fix mistake in docs. Return type should be QSurfaceFormat
Change-Id: I4f4bf2542bb89b28ee84773507d4a121b134e730 Reviewed-by: Shawn Rutledge <shawn.rutledge@nokia.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qsurface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qsurface.cpp b/src/gui/kernel/qsurface.cpp
index 28fe9912ec..554db045a0 100644
--- a/src/gui/kernel/qsurface.cpp
+++ b/src/gui/kernel/qsurface.cpp
@@ -77,7 +77,7 @@ QT_BEGIN_NAMESPACE
/*!
- \fn QSize QSurface::format() const
+ \fn QSurfaceFormat QSurface::format() const
Returns the format of the surface.
*/