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>
This commit is contained in:
Jason Barron 2012-08-21 10:34:18 +02:00 committed by Qt by Nokia
parent 860f95946b
commit a39e78710d

View File

@ -77,7 +77,7 @@ QT_BEGIN_NAMESPACE
/*! /*!
\fn QSize QSurface::format() const \fn QSurfaceFormat QSurface::format() const
Returns the format of the surface. Returns the format of the surface.
*/ */