uisupport: Provide helpers for dealing with widget changes
[quassel.git] / src / client / execwrapper.h
index f9564cd..ce82847 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2015 by the Quassel Project                        *
+ *   Copyright (C) 2005-2018 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 ExecWrapper : public QObject
     Q_OBJECT
 
 public:
-    ExecWrapper(QObject *parent = 0);
+    ExecWrapper(QObject *parent = nullptr);
 
 public slots:
     void start(const BufferInfo &info, const QString &command);