summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/dependenciespanel.cpp
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2009-08-06 18:11:26 +0200
committerdt <qtc-committer@nokia.com>2009-08-06 18:32:37 +0200
commitc2ebf585aa19555b050b71b866b59b55480953a8 (patch)
tree8738be3560d40e90bc931ac0b36000d34f3d104e /src/plugins/projectexplorer/dependenciespanel.cpp
parent6d7a62b9a15aa203b9d221228cf7f5002b1a82c3 (diff)
downloadqt-creator-c2ebf585aa19555b050b71b866b59b55480953a8.tar.gz
Even less debug output.
Diffstat (limited to 'src/plugins/projectexplorer/dependenciespanel.cpp')
-rw-r--r--src/plugins/projectexplorer/dependenciespanel.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/dependenciespanel.cpp b/src/plugins/projectexplorer/dependenciespanel.cpp
index 8df809f5ca..a5a0d0b07c 100644
--- a/src/plugins/projectexplorer/dependenciespanel.cpp
+++ b/src/plugins/projectexplorer/dependenciespanel.cpp
@@ -158,7 +158,6 @@ DependenciesView::~DependenciesView()
QSize DependenciesView::sizeHint() const
{
- qDebug()<<"sizeHint()"<<m_sizeHint;
return m_sizeHint;
}
@@ -199,10 +198,8 @@ void DependenciesView::updateSizeHint()
int heightOffset = size().height() - viewport()->height();
- qDebug()<<"updating sizehint";
int heightPerRow = sizeHintForRow(0);
if (heightPerRow == -1) {
- qDebug()<<"No row height";
heightPerRow = 30;
}
int rows = qMin(qMax(model()->rowCount(), 2), 10);