X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.cpp;h=0b68c3d2d87f53dec7ec3cf9b6ba0163cbb55b48;hp=de2ced7b403970c7e8bb7047a52c00f69ec9a0d1;hb=f17ec992d090204ea62f9c601ca1f521737ce034;hpb=39920494900e7d321677dee5e14f63408e07bcd0 diff --git a/src/uisupport/bufferview.cpp b/src/uisupport/bufferview.cpp index de2ced7b..0b68c3d2 100644 --- a/src/uisupport/bufferview.cpp +++ b/src/uisupport/bufferview.cpp @@ -287,7 +287,6 @@ void BufferView::layoutChanged() { } void BufferView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) { - qDebug() << "dataChanged()"; QTreeView::dataChanged(topLeft, bottomRight); // determine how many items have been changed and if any of them is a networkitem