Skip to content

Commit 6909062

Browse files
committed
Strings View: Use quiche api
** Yes it's technically quiesce but it's lunch time and I'm hungry
1 parent 8360abd commit 6909062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/stringsview.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ class BINARYNINJAUIAPI StringsView : public QTableView, public View, public Filt
141141
QSettings m_settings;
142142
StringsListModel* m_list;
143143
StringItemDelegate* m_itemDelegate;
144-
QTimer* m_updateTimer;
145144

146145
uint64_t m_selectionBegin, m_selectionEnd;
147146
uint64_t m_currentlySelectedDataAddress;
@@ -180,6 +179,7 @@ class BINARYNINJAUIAPI StringsView : public QTableView, public View, public Filt
180179

181180
void copyText();
182181
virtual bool canCopy() override;
182+
virtual void notifyRefresh() override;
183183

184184
protected:
185185
virtual void keyPressEvent(QKeyEvent* event) override;
@@ -190,7 +190,6 @@ class BINARYNINJAUIAPI StringsView : public QTableView, public View, public Filt
190190

191191
private Q_SLOTS:
192192
void goToString(const QModelIndex& idx);
193-
void updateTimerEvent();
194193
};
195194

196195
/*!
@@ -252,6 +251,7 @@ class BINARYNINJAUIAPI StringsViewSidebarWidget : public SidebarWidget
252251
StringsViewSidebarWidget(BinaryViewRef data);
253252
virtual QWidget* headerWidget() override { return m_header; }
254253
virtual void focus() override;
254+
virtual void notifyRefresh() override;
255255

256256
protected:
257257
virtual void contextMenuEvent(QContextMenuEvent* event) override;

0 commit comments

Comments
 (0)