diff -r 8da5a118120b -r 02304ad06381 qmlfrontend/rooms_model.cpp --- 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)); }