mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-17 15:58:16 -05:00
Use more std::span arguments
This commit is contained in:
@@ -65,7 +65,7 @@ void ChunkedProgressDialog::ConnectWidgets()
|
||||
}
|
||||
|
||||
void ChunkedProgressDialog::show(const QString& title, const u64 data_size,
|
||||
const std::vector<int>& players)
|
||||
std::span<const int> players)
|
||||
{
|
||||
m_progress_box->setTitle(title);
|
||||
m_data_size = data_size;
|
||||
|
||||
Reference in New Issue
Block a user