mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 19:05:45 +00:00
configure_per_game: Eliminate variable shadowing
This commit is contained in:
parent
e1e6c62dd9
commit
9eadb6286d
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue