mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-28 23:38:49 +00:00
Update to Qt 6.8.0
This commit is contained in:
parent
c1c5d8a316
commit
b3630a69b3
4 changed files with 5 additions and 6 deletions
|
@ -280,7 +280,6 @@ void GeckoCodeWidget::LoadCodes()
|
|||
m_add_code->setEnabled(!m_game_id.empty());
|
||||
m_edit_code->setEnabled(false);
|
||||
m_remove_code->setEnabled(false);
|
||||
m_download_codes->setEnabled(!m_game_id.empty());
|
||||
|
||||
UpdateList();
|
||||
}
|
||||
|
@ -376,4 +375,4 @@ void GeckoCodeWidget::UpdateList()
|
|||
}
|
||||
|
||||
m_code_list->setDragDropMode(QAbstractItemView::InternalMove);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue