Qt 4.8
Classes | Functions
qxmlname.h File Reference
#include <QtCore/QString>
#include <QtCore/QMetaType>

Go to the source code of this file.

Classes

class  QXmlName
 The QXmlName class represents the name of an XML node, in an efficient, namespace-aware way. More...
 

Functions

 Q_DECLARE_TYPEINFO (QXmlName, Q_MOVABLE_TYPE)
 
Q_XMLPATTERNS_EXPORT uint qHash (const QXmlName &name)
 

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QXmlName  ,
Q_MOVABLE_TYPE   
)

◆ qHash()

Q_XMLPATTERNS_EXPORT uint qHash ( const QXmlName name)

Definition at line 340 of file qxmlname.cpp.

341 {
343 }
Code m_qNameCode
Definition: qxmlname.h:131