diff options
| author | Mason Reed <mason@vector35.com> | 2025-10-24 16:40:29 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-10-24 16:40:29 -0400 |
| commit | 24ec8c9044f62b9a4de4a1dec8f9abc8cd159862 (patch) | |
| tree | 7984ef94f107b2a7b60bb0438001fdb0be59f486 /ui | |
| parent | b86fb197a6e0a3daedc365332c76b52d915f5315 (diff) | |
Fix TableViewBase breaking UI ABI
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/tableviewbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tableviewbase.h b/ui/tableviewbase.h index 6a36505c..7080f741 100644 --- a/ui/tableviewbase.h +++ b/ui/tableviewbase.h @@ -13,7 +13,7 @@ /// - Moveable, resizeable columns with saved state /// - QSettings save to Tables/<viewName>/<Suffix> /// - Reset columns context menu action -class TableViewBase: public QTableView { +class BINARYNINJAUIAPI TableViewBase: public QTableView { Q_OBJECT public: |
