X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fexecwrapper.h;h=ce8284790d3ad811c0a568e044cf23baea29aba2;hp=648a72c1e9d3a7b09f6db953c752b7f5ea70581f;hb=900cce213a6ed000b7131a05a0dec7d04b35b023;hpb=9d54503555534a2c554f09a33df6afa33d6308ec diff --git a/src/client/execwrapper.h b/src/client/execwrapper.h index 648a72c1..ce828479 100644 --- a/src/client/execwrapper.h +++ b/src/client/execwrapper.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 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);