modernize: Use '= default' instead of empty ctor/dtor bodies
[quassel.git] / src / uisupport / actioncollection.h
index 10f7d93..d26c357 100644 (file)
@@ -43,7 +43,6 @@ class UISUPPORT_EXPORT ActionCollection : public QObject
 
 public:
     explicit ActionCollection(QObject *parent);
-    ~ActionCollection() override;
 
     /// Clears the entire action collection, deleting all actions.
     void clear();