X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fexecwrapper.h;fp=src%2Fclient%2Fexecwrapper.h;h=ce8284790d3ad811c0a568e044cf23baea29aba2;hp=015b8a618c40735ef4727e8a0c67973f46b2801f;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hpb=d4b81a6d777de45611034b26bd89973d19e60c96 diff --git a/src/client/execwrapper.h b/src/client/execwrapper.h index 015b8a61..ce828479 100644 --- a/src/client/execwrapper.h +++ b/src/client/execwrapper.h @@ -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);