summaryrefslogtreecommitdiff
path: root/ui/searchresult.h
diff options
context:
space:
mode:
authorJordan Wiens <github@psifertex.com>2025-11-10 12:51:31 -0500
committerGlenn Smith <glenn@vector35.com>2025-11-10 20:48:22 -0500
commit0418561000622602146864421599964744262557 (patch)
tree5e4be390ca03aa9b661bef7ea177b75275ff79a3 /ui/searchresult.h
parentdb7506ab8288cdbf0a47c40e654c7e8d1a6d0757 (diff)
Revert various table view changes
They were not tested in time and we will address their bugs after the release
Diffstat (limited to 'ui/searchresult.h')
-rw-r--r--ui/searchresult.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/searchresult.h b/ui/searchresult.h
index a4f6d6a0..13fa77f9 100644
--- a/ui/searchresult.h
+++ b/ui/searchresult.h
@@ -1,6 +1,5 @@
#pragma once
-#include <tableviewbase.h>
#include <QtCore/QAbstractItemModel>
#include <QtCore/QItemSelectionModel>
#include <QtCore/QSortFilterProxyModel>
@@ -174,7 +173,7 @@ class SearchResultWidget;
/*!
\ingroup searchresult
*/
-class BINARYNINJAUIAPI SearchResultTable : public TableViewBase
+class BINARYNINJAUIAPI SearchResultTable : public QTableView
{
Q_OBJECT