X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fabstractnotificationbackend.h;h=5f00daa7a31774eb1b92ad800112c9d13287bf89;hb=f9cd845a9119e0abf450a91d8802f5c1822dd638;hp=86d097361bf6de4c3c21788ddb17577d4caa82e4;hpb=3a3e844f9fcfd12235a0086af75ecd503b621ef4;p=quassel.git diff --git a/src/uisupport/abstractnotificationbackend.h b/src/uisupport/abstractnotificationbackend.h index 86d09736..5f00daa7 100644 --- a/src/uisupport/abstractnotificationbackend.h +++ b/src/uisupport/abstractnotificationbackend.h @@ -54,7 +54,6 @@ public: }; inline AbstractNotificationBackend(QObject *parent) : QObject(parent) {}; - ~AbstractNotificationBackend() override {}; virtual void notify(const Notification &) = 0; virtual void close(uint notificationId) { Q_UNUSED(notificationId); }