From e280f8d5b348808a06d73e7a5db91e13b58d2c16 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 10 Aug 2023 16:41:26 -0400 Subject: Add OnNotificationBarrier callback and the ability to selectively enable notification callbacks. --- examples/triage/exports.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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; -- cgit v1.3.1