diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-19 10:07:52 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-19 10:07:52 -0400 |
| commit | c603681115b6071f241f6931685d36a92b6403f8 (patch) | |
| tree | 85ddd436f5a4a25c05f456a3d33edd38c0e17c1d /src/settingsdialogworkarounds.cpp | |
| parent | 09b95e39434b9efc49a606957c94cd42309b7fb6 (diff) | |
moved helper stuff to spawn so it can reuse error handling
removed unused helper::init()
removed logging when deleting a credential that doesn't exist, happens all the time
Diffstat (limited to 'src/settingsdialogworkarounds.cpp')
| -rw-r--r-- | src/settingsdialogworkarounds.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settingsdialogworkarounds.cpp b/src/settingsdialogworkarounds.cpp index 4d811e40..f89b021c 100644 --- a/src/settingsdialogworkarounds.cpp +++ b/src/settingsdialogworkarounds.cpp @@ -83,7 +83,7 @@ void WorkaroundsSettingsTab::on_bsaDateBtn_clicked() const auto* game = qApp->property("managed_game").value<MOBase::IPluginGame*>(); QDir dir = game->dataDirectory(); - Helper::backdateBSAs(qApp->applicationDirPath().toStdWString(), + helper::backdateBSAs(qApp->applicationDirPath().toStdWString(), dir.absolutePath().toStdWString()); } |
