From: Marcus Eggenberger Date: Mon, 23 Jun 2008 23:07:02 +0000 (+0200) Subject: removing debug output... X-Git-Tag: 0.3.0~349 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=f17ec992d090204ea62f9c601ca1f521737ce034 removing debug output... --- 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