We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb172d4 + 5ab2752 commit e554c8cCopy full SHA for e554c8c
1 file changed
src/connectdlg.cpp
@@ -736,6 +736,12 @@ void CConnectDlg::UpdateListFilter()
736
bFilterFound = true;
737
}
738
739
+ // search version
740
+ if ( pCurListViewItem->text ( LVC_VERSION ).indexOf ( sFilterText, 0, Qt::CaseInsensitive ) >= 0 )
741
+ {
742
+ bFilterFound = true;
743
+ }
744
+
745
// search children
746
for ( int iCCnt = 0; iCCnt < pCurListViewItem->childCount(); iCCnt++ )
747
{
0 commit comments