summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorChris Bessent <lost.dragonist@gmail.com>2021-11-23 20:05:29 -0700
committerGitHub <noreply@github.com>2021-11-23 20:05:29 -0700
commitfc40619fd9383eaf2bc7d0ba14695404b7f55bdb (patch)
tree7c6dbfbdea980ac1913e3066a5f2fb50e196f9bd /src/mainwindow.h
parent6ab88d5de108887dd97e0899e2554ee36cc3bdee (diff)
parent565f2fddf4cf29fec3f8626ae4f7acba8aef615c (diff)
Merge pull request #1621 from LostDragonist/misc_fixes
Misc fixes
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 6626bf51..039f64ac 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -198,7 +198,7 @@ private:
QMenu* createPopupMenu() override;
void activateSelectedProfile();
- bool refreshProfiles(bool selectProfile = true);
+ bool refreshProfiles(bool selectProfile = true, QString newProfile = QString());
void refreshExecutablesList();
bool modifyExecutablesDialog(int selection);