diff --git a/src/connectdlg.cpp b/src/connectdlg.cpp index 5c16bbc3db..bfe88d3ab5 100644 --- a/src/connectdlg.cpp +++ b/src/connectdlg.cpp @@ -736,6 +736,12 @@ void CConnectDlg::UpdateListFilter() bFilterFound = true; } + // search version + if ( pCurListViewItem->text ( LVC_VERSION ).indexOf ( sFilterText, 0, Qt::CaseInsensitive ) >= 0 ) + { + bFilterFound = true; + } + // search children for ( int iCCnt = 0; iCCnt < pCurListViewItem->childCount(); iCCnt++ ) {