QXmpp
Version: 1.15.1
Loading...
Searching...
No Matches
src
base
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
12
namespace
QXmpp
{
13
33
QXMPP_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
QXmpp
Definition
Algorithms.h:14
QXmpp::formatXmlForDebug
QString formatXmlForDebug(QStringView raw, bool indent, int indentWidth, bool colorize)
Definition
QXmppXmlFormatter.cpp:255
Generated by
1.9.8