summaryrefslogtreecommitdiff
path: root/examples/triage/fileinfo.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2025-09-09 14:32:46 -0400
committerBrian Potchik <brian@vector35.com>2025-09-09 14:32:46 -0400
commit2bd92004ccf545173e5076780791241e096be8b4 (patch)
tree23a22b9dcc3f7f0b283f804cbeecf007e701ef88 /examples/triage/fileinfo.h
parent10d9cb90e6f2904259bb4fb4f8bf05b9817df95d (diff)
Fix and optimize triage view hash calculations for large files.
Diffstat (limited to 'examples/triage/fileinfo.h')
-rw-r--r--examples/triage/fileinfo.h2
1 files changed, 1 insertions, 1 deletions
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);