mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
When searching for items, also search in the new "comment" field.
This commit is contained in:
parent
64d64d5130
commit
879d6bb17c
@ -49,7 +49,8 @@ bool pki_base::visible()
|
||||
{
|
||||
if (limitPattern.isEmpty())
|
||||
return true;
|
||||
return getIntName().contains(limitPattern);
|
||||
return getIntName().contains(limitPattern) ||
|
||||
comment.contains(limitPattern);
|
||||
}
|
||||
|
||||
QString pki_base::getMsg(msg_type msg)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user