From 0418561000622602146864421599964744262557 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Mon, 10 Nov 2025 12:51:31 -0500 Subject: Revert various table view changes They were not tested in time and we will address their bugs after the release --- ui/memorymap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui/memorymap.h') diff --git a/ui/memorymap.h b/ui/memorymap.h index 34753b40..44bd0195 100644 --- a/ui/memorymap.h +++ b/ui/memorymap.h @@ -17,7 +17,6 @@ #include "uitypes.h" #include "fontsettings.h" #include "viewframe.h" -#include "tableviewbase.h" /*! @@ -173,13 +172,14 @@ class BINARYNINJAUIAPI SegmentWidget : public QWidget Q_OBJECT BinaryViewRef m_data; - TableViewBase* m_table; + QTableView* m_table; SegmentModel* m_model; QSortFilterProxyModel* m_proxyModel; std::mutex m_updateMutex; //void updateInfo(); void showContextMenu(const QPoint& point); + QMenu* createHeaderContextMenu(const QPoint& p); void restoreDefaults(); void addMemoryRegion(SegmentRef segment); @@ -251,7 +251,7 @@ class BINARYNINJAUIAPI SectionWidget : public QWidget Q_OBJECT BinaryViewRef m_data; - TableViewBase* m_table; + QTableView* m_table; SectionModel* m_model; QSortFilterProxyModel* m_proxyModel; std::mutex m_updateMutex; -- cgit v1.3.1