Add a tooltip to the tray icon
[quassel.git] / src / qtui / knotificationbackend.h
index 925f447..9a870f8 100644 (file)
@@ -47,6 +47,7 @@ private:
   class ConfigWidget;
 
   void removeNotificationById(uint id);
+  void updateToolTip();
 
   QList<QPair<uint, QPointer<KNotification> > > _notifications;
 };