diff options
| -rw-r--r-- | ui/xreflist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/xreflist.h b/ui/xreflist.h index 2c875c97..eb4edc7e 100644 --- a/ui/xreflist.h +++ b/ui/xreflist.h @@ -651,6 +651,7 @@ class BINARYNINJAUIAPI CrossReferenceWidget : public SidebarWidget, public UICon virtual void startHoverTimer(QMouseEvent* e); virtual void keyPressEvent(QKeyEvent* e) override; virtual bool keyPressHandler(QKeyEvent* e); + void showEvent(QShowEvent* event) override; void useTableView(bool tableView, bool init, bool updateSetting); bool tableView() const { return m_useTableView; } bool uiMaxItemsExceeded() const { return m_uiMaxItemsExceeded; } |
