X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fsessionthread.h;h=e36075450d7856ed00755795ded0eabbc88afd77;hb=fcacaaf16551524c7ebb6114254d005274cc3d63;hp=63bb2a595045800dc399c1d29eeb5c3639b5af58;hpb=ddfb1d2574c4bffd180361a80df9b1cd584bb040;p=quassel.git diff --git a/src/core/sessionthread.h b/src/core/sessionthread.h index 63bb2a59..e3607545 100644 --- a/src/core/sessionthread.h +++ b/src/core/sessionthread.h @@ -36,8 +36,8 @@ class SessionThread : public QObject Q_OBJECT public: - SessionThread(UserId user, bool restoreState, bool strictIdentEnabled, QObject *parent = 0); - ~SessionThread(); + SessionThread(UserId user, bool restoreState, bool strictIdentEnabled, QObject *parent = nullptr); + ~SessionThread() override; public slots: void addClient(Peer *peer);