bump © years
[quassel.git] / src / qtui / knotificationbackend.h
index 925f447..8a0be28 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2010 by the Quassel Project                        *
+ *   Copyright (C) 2005-2012 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -47,6 +47,7 @@ private:
   class ConfigWidget;
 
   void removeNotificationById(uint id);
+  void updateToolTip();
 
   QList<QPair<uint, QPointer<KNotification> > > _notifications;
 };