KTextAddons

grammalecteparser.h
1/*
2 SPDX-FileCopyrightText: 2019-2024 Laurent Montel <montel@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "textgrammarcheckprivate_export.h"
10#include <QJsonObject>
11#include <QVector>
12#include <TextGrammarCheck/GrammarError>
13namespace TextGrammarCheck
14{
15class TEXTGRAMMARCHECK_TESTS_EXPORT GrammalecteParser
16{
17public:
18 GrammalecteParser();
19 ~GrammalecteParser();
20 [[nodiscard]] QVector<GrammarError> parseResult(const QJsonObject &obj) const;
21};
22}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:51:28 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.