#include "path-helpers.hpp" namespace advss { std::string GetDataFilePath(const std::string &file) { return ""; } QString GetDefaultSettingsSaveLocation() { return ""; } } // namespace advss