removing debug output...
authorMarcus Eggenberger <egs@quassel-irc.org>
Mon, 23 Jun 2008 23:07:02 +0000 (01:07 +0200)
committerMarcus Eggenberger <egs@quassel-irc.org>
Mon, 23 Jun 2008 23:07:13 +0000 (01:07 +0200)
src/uisupport/bufferview.cpp

index de2ced7..0b68c3d 100644 (file)
@@ -287,7 +287,6 @@ void BufferView::layoutChanged() {
 }
 
 void BufferView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) {
 }
 
 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
   QTreeView::dataChanged(topLeft, bottomRight);
   
   // determine how many items have been changed and if any of them is a networkitem