fixing Quit propagation
[quassel.git] / src / common / ircuser.cpp
index 5bd4c8b..181f110 100644 (file)
@@ -257,6 +257,7 @@ void IrcUser::quit() {
     channel->part(this);
   }
   network()->removeIrcUser(this);
+  SYNC(NO_ARG)
   emit quited();
 }