mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-03-03 11:49:29 -05:00
make tag-suggestions case insensitive
This commit is contained in:
parent
8d6d937b1b
commit
4d7eae34c2
@ -408,6 +408,7 @@ struct TagsEdit::Impl
|
|||||||
void setupCompleter()
|
void setupCompleter()
|
||||||
{
|
{
|
||||||
completer->setWidget(ifce);
|
completer->setWidget(ifce);
|
||||||
|
completer->setCaseSensitivity(Qt::CaseInsensitive);
|
||||||
connect(completer.get(),
|
connect(completer.get(),
|
||||||
static_cast<void (QCompleter::*)(QString const&)>(&QCompleter::activated),
|
static_cast<void (QCompleter::*)(QString const&)>(&QCompleter::activated),
|
||||||
[this](QString const& text) { currentText(text); });
|
[this](QString const& text) { currentText(text); });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user