Add shortcut that jumps to the markerline
[quassel.git] / src / qtui / indicatornotificationbackend.h
index 2188566..4ccbe44 100644 (file)
@@ -30,6 +30,7 @@
 
 namespace QIndicate {
 class Server;
+class Indicator;
 }
 
 class Indicator;
@@ -48,8 +49,9 @@ public:
   virtual SettingsPage *createConfigWidget() const;
 
 private slots:
+  void activateMainWidget();
   void enabledChanged(const QVariant &);
-  void indicatorDisplayed();
+  void indicatorDisplayed(QIndicate::Indicator *);
 
 private:
   class ConfigWidget;