diff options
| author | Brian Potchik <brian@vector35.com> | 2023-08-10 16:41:26 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2023-08-10 16:41:26 -0400 |
| commit | e280f8d5b348808a06d73e7a5db91e13b58d2c16 (patch) | |
| tree | be6b5abd5ee0a624bf3b21ab1bc3c79dd58d02ef /examples/triage | |
| parent | b6ce48c4f5be4cd43482e1ff762e088fd11b7227 (diff) | |
Add OnNotificationBarrier callback and the ability to selectively enable notification callbacks.
Diffstat (limited to 'examples/triage')
| -rw-r--r-- | examples/triage/exports.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/triage/exports.cpp b/examples/triage/exports.cpp index 452401f2..05662eeb 100644 --- a/examples/triage/exports.cpp +++ b/examples/triage/exports.cpp @@ -14,7 +14,7 @@ const int ColumnCount = 3; const int ColumnVisibleRole = Qt::UserRole; -GenericExportsModel::GenericExportsModel(BinaryViewRef data) +GenericExportsModel::GenericExportsModel(BinaryViewRef data): BinaryDataNotification(FunctionUpdates | SymbolUpdates) { m_sortOrder = Qt::AscendingOrder; m_data = data; |
