#include "AmdaParser.h" #include Q_LOGGING_CATEGORY(LOG_AmdaParser, "AmdaParser") std::unique_ptr AmdaParser::readJson(const QString &filePath) noexcept { /// @todo ALX return nullptr; }