diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-13 15:15:18 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-13 15:15:18 -0400 |
| commit | 09b95e39434b9efc49a606957c94cd42309b7fb6 (patch) | |
| tree | 4e6d3f345166c460589ff10c45a126c9028ab454 /src/settingsutilities.h | |
| parent | b867b0bccdb32d94e1646d8f3f8e8a39d4b2446e (diff) | |
moved all spawn dialogs into a namespace
starting steam with spawn() instead of QProcess
dialogs for bad steam registry key and failure
refactored credentials code, added logging
add environment variables to env
Diffstat (limited to 'src/settingsutilities.h')
| -rw-r--r-- | src/settingsutilities.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settingsutilities.h b/src/settingsutilities.h index c3eef12f..a6737144 100644 --- a/src/settingsutilities.h +++ b/src/settingsutilities.h @@ -270,7 +270,7 @@ QString checkedSettingName(const QAbstractButton* b); void warnIfNotCheckable(const QAbstractButton* b); -bool setWindowsCredential(const QString key, const QString data); -QString getWindowsCredential(const QString key); +bool setWindowsCredential(const QString& key, const QString& data); +QString getWindowsCredential(const QString& key); #endif // SETTINGSUTILITIES_H |
