summaryrefslogtreecommitdiffstats
path: root/src/extras/text/qtextureatlas_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/text/qtextureatlas_p_p.h')
-rw-r--r--src/extras/text/qtextureatlas_p_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extras/text/qtextureatlas_p_p.h b/src/extras/text/qtextureatlas_p_p.h
index 0763ebd4c..f782abe19 100644
--- a/src/extras/text/qtextureatlas_p_p.h
+++ b/src/extras/text/qtextureatlas_p_p.h
@@ -91,7 +91,7 @@ private:
QMutex m_mutex;
QImage m_image;
- QVector<Update> m_updates;
+ QList<Update> m_updates;
};
typedef QSharedPointer<QTextureAtlasData> QTextureAtlasDataPtr;