From f17ec992d090204ea62f9c601ca1f521737ce034 Mon Sep 17 00:00:00 2001 From: Marcus Eggenberger Date: Tue, 24 Jun 2008 01:07:02 +0200 Subject: [PATCH] removing debug output... --- src/uisupport/bufferview.cpp | 1 - 1 file changed, 1 deletion(-) 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 -- 2.20.1