summaryrefslogtreecommitdiffstats
path: root/src/extras/text/qtextureatlas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extras/text/qtextureatlas.cpp')
-rw-r--r--src/extras/text/qtextureatlas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extras/text/qtextureatlas.cpp b/src/extras/text/qtextureatlas.cpp
index d5d97a3a7..97f9845e0 100644
--- a/src/extras/text/qtextureatlas.cpp
+++ b/src/extras/text/qtextureatlas.cpp
@@ -71,7 +71,7 @@ void QTextureAtlasData::addImage(const AtlasTexture &texture, const QImage &imag
QByteArray QTextureAtlasData::createUpdatedImageData()
{
m_mutex.lock();
- const QVector<Update> updates = std::move(m_updates);
+ const QList<Update> updates = std::move(m_updates);
m_mutex.unlock();
// copy sub-images into the actual texture image