Qx v0.5.7
Qt Extensions Library
Loading...
Searching...
No Matches
qx-common-xml.h
Go to the documentation of this file.
1#ifndef QX_XML_COMMON_H
2#define QX_XML_COMMON_H
3
4// Shared Lib Support
5#include "qx/xml/qx_xml_export.h"
6
7// Qt Includes
8#include <QString>
9
10namespace Qx
11{
12
13//-Namespace Functions-------------------------------------------------------------------------------------------------------------
14QX_XML_EXPORT QString xmlSanitized(const QString& string);
15
16}
17
18#endif // QX_XML_COMMON_H
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-processwaiter.cpp:5
QString xmlSanitized(const QString &string)
Definition qx-common-xml.cpp:31