1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-07 10:51:45 +00:00

Adapt to KNotifcations API change

This commit is contained in:
Nicolas Fella 2023-08-15 23:59:21 +02:00
parent 62ba2dd877
commit b7e859827d

View File

@ -50,7 +50,6 @@ static void notifyEmptied()
i18n("Trash Emptied"),
i18n("The Trash was emptied."),
QStringLiteral("user-trash"),
nullptr,
KNotification::DefaultEvent);
}