Gui: modernize C++: use override

This commit is contained in:
wmayer
2023-08-03 23:12:19 +02:00
committed by wwmayer
parent b441870b5b
commit 4d4267481f
35 changed files with 186 additions and 168 deletions

View File

@@ -380,7 +380,7 @@ public:
: QWidgetAction(parent)
{}
~NotificationsAction()
~NotificationsAction() override
{
for (auto* item : pushedItems) {
if (item) {