Loading src/core/config/Configuration.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ unsigned int Configuration::count(std::initializer_list<std::string> keys) const std::string Configuration::getName() const { return name_; } std::string Configuration::getFilePath() const { std::filesystem::path Configuration::getFilePath() const { return path_; } Loading src/core/config/Configuration.hpp +1 −2 Original line number Diff line number Diff line Loading @@ -294,8 +294,7 @@ namespace allpix { * @return Absolute path to configuration file or empty if not linked to a file * @warning Parameter should be used with care as not all configurations are required to have a file */ // TODO [doc] Fix name clash with getPath std::string getFilePath() const; std::filesystem::path getFilePath() const; /** * @brief Merge other configuration, only adding keys that are not yet defined in this configuration Loading Loading
src/core/config/Configuration.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ unsigned int Configuration::count(std::initializer_list<std::string> keys) const std::string Configuration::getName() const { return name_; } std::string Configuration::getFilePath() const { std::filesystem::path Configuration::getFilePath() const { return path_; } Loading
src/core/config/Configuration.hpp +1 −2 Original line number Diff line number Diff line Loading @@ -294,8 +294,7 @@ namespace allpix { * @return Absolute path to configuration file or empty if not linked to a file * @warning Parameter should be used with care as not all configurations are required to have a file */ // TODO [doc] Fix name clash with getPath std::string getFilePath() const; std::filesystem::path getFilePath() const; /** * @brief Merge other configuration, only adding keys that are not yet defined in this configuration Loading