X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fnetworkmodel.h;h=31e4dcaab07c55cd330d96e2d97c829651729755;hb=77c907c8d6f69d9ecc9cb127044e5679af3aa673;hp=08ae4af0aa8c96926c9743fc34ab35fd3fd8a91f;hpb=ef97dad874c30d7e0586b3dcb98eed15d8987382;p=quassel.git diff --git a/src/client/networkmodel.h b/src/client/networkmodel.h index 08ae4af0..31e4dcaa 100644 --- a/src/client/networkmodel.h +++ b/src/client/networkmodel.h @@ -240,7 +240,7 @@ public: virtual QString toolTip(int column) const; private slots: - void ircUserDestroyed() { parent()->removeChild(this); } + inline void ircUserDestroyed() { parent()->removeChild(this); } private: QPointer _ircUser;