X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fnetworkmodel.cpp;h=12e51e5f8ba169a841214a365a748bc29ba7ca4d;hp=4ccb5b5dd9fc7ea451b8e0d317044a220ab5ff07;hb=d424e746952f9821cf1c015f4b0fad0e1b169680;hpb=ef97c1b225bd6d1ff84369eb59fc360f02c0839b diff --git a/src/client/networkmodel.cpp b/src/client/networkmodel.cpp index 4ccb5b5d..12e51e5f 100644 --- a/src/client/networkmodel.cpp +++ b/src/client/networkmodel.cpp @@ -226,6 +226,16 @@ void BufferItem::removeUserFromCategory(IrcUser *ircUser) { break; } } + + + if(!success || success) { + qDebug() << "==== Childlist for Item:" << this << id() << bufferName() << "===="; + for(int i = 0; i < childCount(); i++) { + categoryItem = qobject_cast(child(i)); + categoryItem->dumpChildList(); + } + qDebug() << "==== End Of Childlist for Item:" << this << id() << bufferName() << "===="; + } Q_ASSERT(success); int totalusers = 0;