X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fbasichandler.h;h=d2a3ef2b305dc9d0499adcd1bf139a3b0f47b55b;hb=98144aaad0cd747f186edcd0e36a1d67326ac766;hp=8b6337426febfdfb7697fecfa1d92d017ec95ee3;hpb=3a3e844f9fcfd12235a0086af75ecd503b621ef4;p=quassel.git diff --git a/src/common/basichandler.h b/src/common/basichandler.h index 8b633742..d2a3ef2b 100644 --- a/src/common/basichandler.h +++ b/src/common/basichandler.h @@ -48,7 +48,7 @@ protected: private: const QHash &handlerHash(); QHash _handlerHash; - int _defaultHandler; - bool _initDone; + int _defaultHandler{-1}; + bool _initDone{false}; QString _methodPrefix; };