diff options
| author | Brian Potchik <brian@vector35.com> | 2022-04-20 17:15:34 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2022-04-20 17:15:34 -0400 |
| commit | 39250d4cc1f69ab36353cd4f2a12f0d194b9b652 (patch) | |
| tree | ce30d87fe24a50658ab9ddf28860f5c5afc922d1 /ui/settingsview.h | |
| parent | 14d6187a02ba77f0941c0c9a4df4fd4a7826db6c (diff) | |
Fix potential crash when scrolling in SettingsView.
Diffstat (limited to 'ui/settingsview.h')
| -rw-r--r-- | ui/settingsview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/settingsview.h b/ui/settingsview.h index b2534436..6e664957 100644 --- a/ui/settingsview.h +++ b/ui/settingsview.h @@ -249,6 +249,7 @@ class BINARYNINJAUIAPI SettingsDelegate : public QStyledItemDelegate void viewModeChanged(bool enabled) const; void notifyNeedsRestart() const; void notifySettingChanged(QString settingId) const; + void performHoverAction(QModelIndex index) const; public Q_SLOTS: void updateFonts(); |
