summaryrefslogtreecommitdiff
path: root/ui/memorymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/memorymap.h')
-rw-r--r--ui/memorymap.h6
1 files changed, 3 insertions, 3 deletions
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;