src/modeleditcontext.cpp

changeset 112
5760cbb32bc0
parent 89
7abaf1d64719
child 116
aad3e897bc32
--- 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);
 	}
 }
 

mercurial