diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-19 17:14:09 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-19 17:14:09 -0400 |
| commit | 54871e7b56a326f81e3de17f53604150d770793b (patch) | |
| tree | 928b4f3b5dcdf4a6f2e98988d4f40fe687a331ac /src/spawn.h | |
| parent | 94b0c4634290b41398915c6635982dc7b3928f60 (diff) | |
added details to blacklist dialog
Diffstat (limited to 'src/spawn.h')
| -rw-r--r-- | src/spawn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spawn.h b/src/spawn.h index 9e1e2539..31b44739 100644 --- a/src/spawn.h +++ b/src/spawn.h @@ -61,7 +61,7 @@ bool checkSteam( bool checkEnvironment(QWidget* parent, const SpawnParameters& sp);
bool checkBlacklist(
- QWidget* parent, const SpawnParameters& sp, const Settings& settings);
+ QWidget* parent, const SpawnParameters& sp, Settings& settings);
/**
* @brief spawn a binary with Mod Organizer injected
|
