Fix compiler warnings

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-02-25 15:37:20 +05:00
parent 94da1308ac
commit ec4b36b299
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF
25 changed files with 62 additions and 70 deletions

View file

@ -219,7 +219,6 @@ QVariant ModFolderModel::headerData(int section, [[maybe_unused]] Qt::Orientatio
default:
return QVariant();
}
return QVariant();
}
int ModFolderModel::columnCount(const QModelIndex& parent) const