Materials: Trim trailing newlines

This commit is contained in:
luzpaz
2024-07-14 13:58:33 +00:00
committed by wwmayer
parent e17a0bee5f
commit 02a029b4c2
4 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ bool MaterialDelegate::newRow(const QAbstractItemModel* model, const QModelIndex
{
Q_UNUSED(model)
Q_UNUSED(index)
// New rows are for lists and arrays
return false;
}