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;