whitespace fixes
remove trailing spaces & expand tabs. Change-Id: I05ef110abed90f13b47752760ffb4567a11a6a5e Reviewed-by: Yoann Lopes <yoann.lopes@digia.com> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
b690a4d902
commit
5980bc41cf
@@ -102,7 +102,7 @@ public:
|
||||
{
|
||||
glGenTextures(1, &m_textureId);
|
||||
}
|
||||
|
||||
|
||||
~QtTestGLVideoBuffer()
|
||||
{
|
||||
glDeleteTextures(1, &m_textureId);
|
||||
@@ -114,7 +114,7 @@ public:
|
||||
|
||||
uchar *map(MapMode, int *, int *) { return 0; }
|
||||
void unmap() {}
|
||||
MapMode mapMode() const { return NotMapped; }
|
||||
MapMode mapMode() const { return NotMapped; }
|
||||
|
||||
private:
|
||||
GLuint m_textureId;
|
||||
@@ -131,7 +131,7 @@ public:
|
||||
|
||||
uchar *map(MapMode, int *, int *) { return 0; }
|
||||
void unmap() {}
|
||||
MapMode mapMode() const { return NotMapped; }
|
||||
MapMode mapMode() const { return NotMapped; }
|
||||
};
|
||||
|
||||
void tst_QPainterVideoSurface::colors()
|
||||
|
||||
Reference in New Issue
Block a user