mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-20 00:05:41 -05:00
Adapt to enable testing and add more tests
This commit is contained in:
15
tests/stubs/path-helpers.cpp
Normal file
15
tests/stubs/path-helpers.cpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "path-helpers.hpp"
|
||||
|
||||
namespace advss {
|
||||
|
||||
std::string GetDataFilePath(const std::string &file)
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
QString GetDefaultSettingsSaveLocation()
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
} // namespace advss
|
||||
Reference in New Issue
Block a user