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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/triage/fileinfo.h b/examples/triage/fileinfo.h
index 4134ba45..78ba578b 100644
--- a/examples/triage/fileinfo.h
+++ b/examples/triage/fileinfo.h
@@ -13,6 +13,7 @@ class FileInfoWidget : public QWidget
void addField(const QString& name, const QVariant& value);
void addCopyableField(const QString& name, const QVariant& value);
+ void addCopyableFieldWithElide(const QString& name, const QVariant& value, int maxWidth);
void addHashFields(BinaryViewRef view);
public: