From fb037ba55fbaa7b2005b95cc9f13b76a7cc7e297 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Tue, 8 Mar 2016 02:24:45 -0300 Subject: Silence warnings in CylinderModel Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-models/cylindermodel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-models') diff --git a/qt-models/cylindermodel.cpp b/qt-models/cylindermodel.cpp index 87edd5fe0..af01650a4 100644 --- a/qt-models/cylindermodel.cpp +++ b/qt-models/cylindermodel.cpp @@ -286,6 +286,7 @@ bool CylindersModel::setData(const QModelIndex &index, const QVariant &value, in int CylindersModel::rowCount(const QModelIndex &parent) const { + Q_UNUSED(parent); return rows; } -- cgit v1.2.3-70-g09d2