Implement IRCv3 Server-Time
[quassel.git] / src / common / windowssignalwatcher.h
index 923d334..6173482 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 program is free software; you can redistribute it and/or modify  *
@@ -30,7 +30,7 @@ class WindowsSignalWatcher : public AbstractSignalWatcher, private Singleton<Win
     Q_OBJECT
 
 public:
-    WindowsSignalWatcher(QObject *parent = nullptr);
+    WindowsSignalWatcher(QObjectparent = nullptr);
 
     static void signalHandler(int signal);
 };