コード例 #1
0
JingleStanza::JingleStanza(const Stanza &AStanza):Stanza(AStanza)
{
    QDomElement root=AStanza.document().documentElement();
    if (root.tagName()=="iq")
        jingle=root.firstChildElement("jingle");
}