modernize: Pass arguments by value and move in constructors
[quassel.git] / src / qtui / snorenotificationbackend.h
index ba600f9..10e40cf 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2011-2016 by Hannah von Reth                            *
+ *   Copyright (C) 2011-2018 by Hannah von Reth                            *
  *   vonreth@kde.org                                                       *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -43,9 +43,6 @@ public:
 
     virtual SettingsPage *createConfigWidget() const;
 
-signals:
-    void activated(uint notificationId = 0);
-
 public slots:
     void actionInvoked(Snore::Notification);