X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fexecwrapper.h;h=ce8284790d3ad811c0a568e044cf23baea29aba2;hb=42ab7cc22c4702716db2b8bfa1d4545169f772e6;hp=015b8a618c40735ef4727e8a0c67973f46b2801f;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf;p=quassel.git 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);