diff -r 1f42c03fafca -r 5760cbb32bc0 src/modeleditcontext.cpp --- a/src/modeleditcontext.cpp Sun Jul 25 20:29:14 2021 +0300 +++ b/src/modeleditcontext.cpp Sun Jul 25 20:39:21 2021 +0300 @@ -30,7 +30,7 @@ for (ldraw::id_t id : this->modifiedObjects) { const QModelIndex index = this->model().lookup(id); - emit this->model().dataChanged(index, index); + Q_EMIT this->model().dataChanged(index, index); } }