mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-16 11:07:58 -05:00
configure_per_game: Eliminate variable shadowing
This commit is contained in:
@@ -39,7 +39,7 @@ class ConfigurePerGame : public QDialog {
|
||||
|
||||
public:
|
||||
// Cannot use std::filesystem::path due to https://bugreports.qt.io/browse/QTBUG-73263
|
||||
explicit ConfigurePerGame(QWidget* parent, u64 title_id, const std::string& file_name,
|
||||
explicit ConfigurePerGame(QWidget* parent, u64 title_id_, const std::string& file_name,
|
||||
Core::System& system_);
|
||||
~ConfigurePerGame() override;
|
||||
|
||||
|
Reference in New Issue
Block a user