branch | qmlrenderer |
changeset 16118 | 02304ad06381 |
parent 15068 | 773beead236f |
--- a/qmlfrontend/rooms_model.cpp Tue Feb 04 17:31:55 2025 +0100 +++ b/qmlfrontend/rooms_model.cpp Mon Feb 17 16:37:59 2025 +0100 @@ -227,5 +227,5 @@ m_data[i] = info; - emit dataChanged(index(i, 0), index(i, columnCount(QModelIndex()) - 1)); + Q_EMIT dataChanged(index(i, 0), index(i, columnCount(QModelIndex()) - 1)); }