summaryrefslogtreecommitdiff
path: root/examples/triage/fileinfo.h
diff options
context:
space:
mode:
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);