summaryrefslogtreecommitdiffstats
path: root/src/opengl/qopenglshaderprogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl/qopenglshaderprogram.h')
-rw-r--r--src/opengl/qopenglshaderprogram.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/opengl/qopenglshaderprogram.h b/src/opengl/qopenglshaderprogram.h
index 87da4fc072..4cbf7e0d3b 100644
--- a/src/opengl/qopenglshaderprogram.h
+++ b/src/opengl/qopenglshaderprogram.h
@@ -140,11 +140,11 @@ public:
void setPatchVertexCount(int count);
int patchVertexCount() const;
- void setDefaultOuterTessellationLevels(const QVector<float> &levels);
- QVector<float> defaultOuterTessellationLevels() const;
+ void setDefaultOuterTessellationLevels(const QList<float> &levels);
+ QList<float> defaultOuterTessellationLevels() const;
- void setDefaultInnerTessellationLevels(const QVector<float> &levels);
- QVector<float> defaultInnerTessellationLevels() const;
+ void setDefaultInnerTessellationLevels(const QList<float> &levels);
+ QList<float> defaultInnerTessellationLevels() const;
void bindAttributeLocation(const char *name, int location);
void bindAttributeLocation(const QByteArray& name, int location);