From 976a2fe94b138b84832388f1ac9067beea565407 Mon Sep 17 00:00:00 2001 From: Marcus Eggenberger Date: Sun, 21 Oct 2007 13:09:34 +0000 Subject: [PATCH] I think one of my major talents is commiting files that don't compile... -.- --- src/common/networkinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.20.1