mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Use 'contains' method
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user