Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions panels/notification/center/notifystagingmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@
if (entity.isValid()) {
NotifyAccessor::instance()->invokeNotify(entity, actionId);
}
remove(id);
}

void NotifyStagingModel::remove(qint64 id)

Check warning on line 89 in panels/notification/center/notifystagingmodel.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Local variable 'id' shadows outer argument
{
qDebug(notifyLog) << "Remove notify by id" << id;

Expand Down
Loading