GUI: fixed warning in SymbolView
This commit is contained in:
parent
4f91279a35
commit
148d7ea1cb
|
@ -226,6 +226,7 @@ void SymbolView::cbSymbolEnum(SYMBOLINFO* symbol, void* user)
|
|||
|
||||
void SymbolView::moduleSelectionChanged(int index)
|
||||
{
|
||||
Q_UNUSED(index);
|
||||
setUpdatesEnabled(false);
|
||||
|
||||
mSearchListView->mList->setRowCount(0);
|
||||
|
|
Loading…
Reference in New Issue