src: Yearly copyright bump
[quassel.git] / src / qtui / statusnotifieritem.h
index 8b8eb96..cb084ab 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2018 by the Quassel Project                        *
+ *   Copyright (C) 2005-2019 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This contains code from KStatusNotifierItem, part of the KDE libs     *
@@ -44,6 +44,8 @@
 #  include "legacysystemtray.h"
 #endif
 
+class QDBusServiceWatcher;
+
 class StatusNotifierItemDBus;
 
 class StatusNotifierItem : public StatusNotifierItemParent
@@ -87,6 +89,7 @@ private slots:
 private:
     void registerToWatcher();
 
+    QDBusServiceWatcher *_serviceWatcher{nullptr};
     StatusNotifierItemDBus *_statusNotifierItemDBus{nullptr};
     org::kde::StatusNotifierWatcher *_statusNotifierWatcher{nullptr};
     org::freedesktop::Notifications *_notificationsClient{nullptr};