QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
JsonSchemaValidator.h
Go to the documentation of this file.
1#pragma once
2
3#include <QtCore/QString>
4
5class QJsonDocument;
6
7namespace JsonSchemaValidator {
8
13bool validate(const QJsonDocument &doc, const QString &schemaResourcePath, QString &errorString);
14
15} // namespace JsonSchemaValidator
QString errorString
bool validate(const QJsonDocument &doc, const QString &schemaResourcePath, QString &errorString)