From 4e13322fa0cf7ef6dd4f320a9e08f22036f1840f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 9 Mar 2016 20:10:42 -0800 Subject: Clean up signedness confusion in statisticswidget.cpp Signed-off-by: Dirk Hohndel --- desktop-widgets/statistics/statisticswidget.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/desktop-widgets/statistics/statisticswidget.cpp b/desktop-widgets/statistics/statisticswidget.cpp index 3e91fa317..d06f51a98 100644 --- a/desktop-widgets/statistics/statisticswidget.cpp +++ b/desktop-widgets/statistics/statisticswidget.cpp @@ -23,6 +23,9 @@ void YearlyStatisticsWidget::setModel(YearlyStatisticsModel *m) void YearlyStatisticsWidget::modelRowsInserted(const QModelIndex &index, int first, int last) { + Q_UNUSED(index) + Q_UNUSED(first) + Q_UNUSED(last) // stub } -- cgit v1.2.3-70-g09d2