From 2bd92004ccf545173e5076780791241e096be8b4 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Tue, 9 Sep 2025 14:32:46 -0400 Subject: Fix and optimize triage view hash calculations for large files. --- examples/triage/fileinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/triage/fileinfo.h') diff --git a/examples/triage/fileinfo.h b/examples/triage/fileinfo.h index 1896188a..4134ba45 100644 --- a/examples/triage/fileinfo.h +++ b/examples/triage/fileinfo.h @@ -13,7 +13,7 @@ class FileInfoWidget : public QWidget void addField(const QString& name, const QVariant& value); void addCopyableField(const QString& name, const QVariant& value); - void addHashField(const QString& hashName, const QCryptographicHash::Algorithm& algorithm, const QByteArray& data); + void addHashFields(BinaryViewRef view); public: FileInfoWidget(QWidget* parent, BinaryViewRef bv); -- cgit v1.3.1