AmdaParser.cpp
11 lines
| 244 B
| text/x-c
|
CppLexer
Alexandre Leroux
|
r354 | #include "AmdaParser.h" | ||
#include <DataSource/DataSourceItem.h> | ||||
Q_LOGGING_CATEGORY(LOG_AmdaParser, "AmdaParser") | ||||
std::unique_ptr<DataSourceItem> AmdaParser::readJson(const QString &filePath) noexcept | ||||
{ | ||||
/// @todo ALX | ||||
return nullptr; | ||||
} | ||||