diff --git a/src/messagefiltermodel.cpp b/src/messagefiltermodel.cpp index 50f8e5a41..d9439f779 100644 --- a/src/messagefiltermodel.cpp +++ b/src/messagefiltermodel.cpp @@ -16,7 +16,7 @@ bool MessageFilterModel::filterAcceptsRow(int sourceRow, const QModelIndex &sour return false; } - if (index.data(MessageEventModel::MessageRole).toInt() == 0x10) { + if (index.data(MessageEventModel::SpecialMarksRole).toInt() == EventStatus::Replaced) { return false; }