diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2022-08-31 16:36:25 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2022-08-31 16:36:25 -0400 |
| commit | 2f6ebaa0042f6a02b9fcbf49b742fc25887bfdb4 (patch) | |
| tree | 0683be564db58cee2fbc27d2d669289d903fc890 /examples/triage/fileinfo.h | |
| parent | 3252ebb4ae52285bc717f88e04da18985b561bb6 (diff) | |
update triage view copying fields
Diffstat (limited to 'examples/triage/fileinfo.h')
| -rw-r--r-- | examples/triage/fileinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/triage/fileinfo.h b/examples/triage/fileinfo.h index 14a7ec3c..1896188a 100644 --- a/examples/triage/fileinfo.h +++ b/examples/triage/fileinfo.h @@ -12,6 +12,7 @@ class FileInfoWidget : public QWidget QGridLayout* m_layout {}; 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); public: |
