fix -Wextra & -Wdeprecated in Spreadsheet
This commit is contained in:
@@ -86,8 +86,10 @@ void SpreadsheetDelegate::setModelData(QWidget *editor,
|
||||
}
|
||||
}
|
||||
|
||||
QSize SpreadsheetDelegate::sizeHint( const QStyleOptionViewItem & option, const QModelIndex & index ) const
|
||||
QSize SpreadsheetDelegate::sizeHint(const QStyleOptionViewItem & option, const QModelIndex & index) const
|
||||
{
|
||||
Q_UNUSED(option);
|
||||
Q_UNUSED(index);
|
||||
return QSize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user