Gui: modernize C++: use override
This commit is contained in:
@@ -380,7 +380,7 @@ public:
|
||||
: QWidgetAction(parent)
|
||||
{}
|
||||
|
||||
~NotificationsAction()
|
||||
~NotificationsAction() override
|
||||
{
|
||||
for (auto* item : pushedItems) {
|
||||
if (item) {
|
||||
|
||||
Reference in New Issue
Block a user