1
0
Fork 0

GUI: fixed warning in SymbolView

This commit is contained in:
mrexodia 2016-07-22 18:49:48 +02:00
parent 4f91279a35
commit 148d7ea1cb
No known key found for this signature in database
GPG Key ID: D72F9A4FAA0073B4
1 changed files with 1 additions and 0 deletions

View File

@ -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);