applets: Resolve variable shadowing

This commit is contained in:
Morph
2020-12-05 08:37:13 -05:00
parent f2f346e110
commit f6d4a289d5
10 changed files with 19 additions and 19 deletions

View File

@ -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;