mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-29 16:57:04 +02:00
applets: Resolve variable shadowing
This commit is contained in:
parent
fe9823a520
commit
6efd390668
10 changed files with 19 additions and 19 deletions
|
|
@ -60,7 +60,7 @@ public:
|
|||
explicit QtProfileSelector(GMainWindow& parent);
|
||||
~QtProfileSelector() override;
|
||||
|
||||
void SelectProfile(std::function<void(std::optional<Common::UUID>)> callback) const override;
|
||||
void SelectProfile(std::function<void(std::optional<Common::UUID>)> callback_) const override;
|
||||
|
||||
signals:
|
||||
void MainWindowSelectProfile() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue