fix -Wextra in Part
This commit is contained in:
@@ -307,6 +307,7 @@ int ResultModel::rowCount(const QModelIndex &parent) const
|
||||
|
||||
int ResultModel::columnCount(const QModelIndex &parent) const
|
||||
{
|
||||
Q_UNUSED(parent);
|
||||
return 3;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user