Add an icon to "Clear Recent Files List" action

This commit is contained in:
xtemp09
2026-02-01 17:30:24 +07:00
committed by Max Wilfinger
parent c98d077d91
commit ce3fdd6e4b

View File

@@ -858,6 +858,7 @@ RecentFilesAction::RecentFilesAction(Command* pcCmd, QObject* parent)
//: Empties the list of recent files
clearRecentFilesListAction.setText(tr("Clear Recent Files"));
clearRecentFilesListAction.setIcon(QIcon(QStringLiteral(":/icons/edit-delete.svg")));
clearRecentFilesListAction.setToolTip({});
this->groupAction()->addAction(&clearRecentFilesListAction);