QXmpp Version: 1.15.1
Loading...
Searching...
No Matches
QXmppXmlFormatter.h
1// SPDX-FileCopyrightText: 2026 Linus Jahn <lnj@jahnson.de>
2//
3// SPDX-License-Identifier: LGPL-2.1-or-later
4
5#ifndef QXMPPXMLFORMATTER_H
6#define QXMPPXMLFORMATTER_H
7
8#include "QXmppGlobal.h"
9
10#include <QString>
11
12namespace QXmpp {
13
33QXMPP_EXPORT QString formatXmlForDebug(QStringView raw,
34 bool indent = true,
35 int indentWidth = 2,
36 bool colorize = false);
37
38} // namespace QXmpp
39
40#endif // QXMPPXMLFORMATTER_H
Definition Algorithms.h:14
QString formatXmlForDebug(QStringView raw, bool indent, int indentWidth, bool colorize)
Definition QXmppXmlFormatter.cpp:255