summaryrefslogtreecommitdiffstats
path: root/src/opengl/qopengltimerquery.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl/qopengltimerquery.h')
-rw-r--r--src/opengl/qopengltimerquery.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/opengl/qopengltimerquery.h b/src/opengl/qopengltimerquery.h
index fa0e5b3203..a81c181b51 100644
--- a/src/opengl/qopengltimerquery.h
+++ b/src/opengl/qopengltimerquery.h
@@ -93,14 +93,14 @@ public:
bool create();
void destroy();
bool isCreated() const;
- QVector<GLuint> objectIds() const;
+ QList<GLuint> objectIds() const;
int recordSample();
bool isResultAvailable() const;
- QVector<GLuint64> waitForSamples() const;
- QVector<GLuint64> waitForIntervals() const;
+ QList<GLuint64> waitForSamples() const;
+ QList<GLuint64> waitForIntervals() const;
void reset();