From kde-commits Fri Oct 31 23:03:03 2014 From: Inge Wallin Date: Fri, 31 Oct 2014 23:03:03 +0000 To: kde-commits Subject: [parley/KDE/4.14] src/statistics: qDebug-- Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=141479659308614 Git commit fa443ecf594ab05e65da7438f028c6172b07ca66 by Inge Wallin. Committed on 31/10/2014 at 23:01. Pushed by ingwa into branch 'KDE/4.14'. qDebug-- M +0 -1 src/statistics/lessonstatistics.cpp http://commits.kde.org/parley/fa443ecf594ab05e65da7438f028c6172b07ca66 diff --git a/src/statistics/lessonstatistics.cpp b/src/statistics/lessonsta= tistics.cpp index 965b17a..11410c4 100644 --- a/src/statistics/lessonstatistics.cpp +++ b/src/statistics/lessonstatistics.cpp @@ -131,7 +131,6 @@ void LessonStatisticsView::sectionResized(int index, = void LessonStatisticsView::adjustColumnWidths() { - qDebug() << "adjusting column widths"; int firstWidth =3D columnWidth(0) + columnWidth(1); // Subtract 5 here otherwise we get a horizontal scrollbar. int totalWidth =3D width() - firstWidth - 5;