summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/api/qxmlname.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/api/qxmlname.h')
-rw-r--r--src/xmlpatterns/api/qxmlname.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmlpatterns/api/qxmlname.h b/src/xmlpatterns/api/qxmlname.h
index b3d1bc0..c90b526 100644
--- a/src/xmlpatterns/api/qxmlname.h
+++ b/src/xmlpatterns/api/qxmlname.h
@@ -86,6 +86,7 @@ public:
QString toClarkName(const QXmlNamePool &query) const;
bool operator==(const QXmlName &other) const;
bool operator!=(const QXmlName &other) const;
+ Q_ALWAYS_INLINE QXmlName(const QXmlName &other) : m_qNameCode(other.m_qNameCode) {} // ### Qt 6: remove
QXmlName &operator=(const QXmlName &other);
bool isNull() const;
static bool isNCName(const QString &candidate);