| 977 | } |
| 978 | |
| 979 | bool backdateBSAs(QWidget* parent, const std::wstring& moPath, |
| 980 | const std::wstring& dataPath) |
| 981 | { |
| 982 | const std::wstring commandLine = std::format(L"backdateBSA \"{}\"", dataPath); |
| 983 | |
| 984 | return helperExec(parent, moPath, commandLine, FALSE); |
| 985 | } |
| 986 | |
| 987 | bool adminLaunch(QWidget* parent, const std::wstring& moPath, |
| 988 | const std::wstring& moFile, const std::wstring& workingDir) |
no test coverage detected