forked from len0rd/rockbox
rbutil changes for qt6
Change-Id: I742613b9a99a327c2efecc9ee308a95b1598bbbb
This commit is contained in:
parent
c24862ab64
commit
80c9d71556
3 changed files with 13 additions and 3 deletions
|
@ -61,7 +61,7 @@ void SyntaxCompleter::filter(QString text)
|
|||
{
|
||||
clear();
|
||||
|
||||
for(QMap<QString, QStringList>::iterator i = tags.begin()
|
||||
for(QMultiMap<QString, QStringList>::iterator i = tags.begin()
|
||||
; i != tags.end(); i++)
|
||||
{
|
||||
if(text.length() == 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue