mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Use 'contains' method
This commit is contained in:
parent
18ac8bf405
commit
9fa4eb9aab
9 changed files with 12 additions and 14 deletions
|
@ -143,7 +143,7 @@ void GameConfigEdit::OnSelectionChanged()
|
|||
{
|
||||
const QString& keyword = m_edit->textCursor().selectedText();
|
||||
|
||||
if (m_keyword_map.count(keyword))
|
||||
if (m_keyword_map.contains(keyword))
|
||||
QWhatsThis::showText(QCursor::pos(), m_keyword_map[keyword], this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue