Fix lint after clazy fix

pull/1541/head
NepNep21 1 year ago
parent 44cf096111
commit c4fb9ac145
No known key found for this signature in database
GPG Key ID: 818E86B41BD5C364
  1. 3
      src/timeline/TimelineModel.cpp

@ -2114,8 +2114,7 @@ void
TimelineModel::handleIgnoredUser(const QString &id, const std::optional<QString> &err) TimelineModel::handleIgnoredUser(const QString &id, const std::optional<QString> &err)
{ {
if (err) { if (err) {
MainWindow::instance()->showNotification( MainWindow::instance()->showNotification(tr("Failed to ignore \"%1\": %2").arg(id, *err));
tr("Failed to ignore \"%1\": %2").arg(id, *err));
} else { } else {
this->clearTimeline(); this->clearTimeline();
} }

Loading…
Cancel
Save