modernize: Use '= default' instead of empty ctor/dtor bodies
[quassel.git] / src / uisupport / abstractnotificationbackend.h
index 86d0973..5f00daa 100644 (file)
@@ -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); }