From: Marcus Eggenberger Date: Sun, 21 Oct 2007 13:09:34 +0000 (+0000) Subject: I think one of my major talents is commiting files that don't compile... -.- X-Git-Tag: 0.1.0~106 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=976a2fe94b138b84832388f1ac9067beea565407 I think one of my major talents is commiting files that don't compile... -.- --- diff --git a/src/common/networkinfo.cpp b/src/common/networkinfo.cpp index 9db9f164..f79ef5c5 100644 --- a/src/common/networkinfo.cpp +++ b/src/common/networkinfo.cpp @@ -314,7 +314,7 @@ void NetworkInfo::ircUserDestroyed() { // in case this assert triggers we probably need a static_cast // dynamic_casts seem to screw things up when using the destroyed signal Q_ASSERT(ircuser); - _ircUsers.remove(_ircUsers.key(ircuser); + _ircUsers.remove(_ircUsers.key(ircuser)); } void NetworkInfo::channelDestroyed() {