X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fnetworkmodel.h;h=31e4dcaab07c55cd330d96e2d97c829651729755;hb=197cf9c0d5e227dd475124515f6e6005cf87ac8e;hp=08ae4af0aa8c96926c9743fc34ab35fd3fd8a91f;hpb=8e6d858eda59a0ab4d8925b2337fb317f2639ab7;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;