diff --git a/apps/opencs/view/world/datadisplaydelegate.cpp b/apps/opencs/view/world/datadisplaydelegate.cpp index 713fedb4ba..c642a05e2b 100644 --- a/apps/opencs/view/world/datadisplaydelegate.cpp +++ b/apps/opencs/view/world/datadisplaydelegate.cpp @@ -71,7 +71,7 @@ bool CSVWorld::DataDisplayDelegate::eventFilter(QObject* target, QEvent* event) QColor themeColor = QApplication::palette().text().color(); if (themeColor != mPixmapsColor) { - mPixmapsColor = themeColor; + mPixmapsColor = std::move(themeColor); buildPixmaps(); }