event more commenting.

This commit is contained in:
2025-08-11 22:55:32 +02:00
parent 4ceac220e6
commit 756ec3f1fc
9 changed files with 32 additions and 61 deletions

View File

@@ -22,7 +22,7 @@
//! firz
//! schreibt einen (teil)baum in ein file
void XQNodeWriter::dumpTree( XQNodePtr rootNode, const QString& fileName ) const
{
@@ -40,7 +40,8 @@ void XQNodeWriter::dumpTree( XQNodePtr rootNode, const QString& fileName ) const
treeFile.close();
}
//! firz
//! schreibt einen knoten in einen stream
void XQNodeWriter::dumpNode( QXmlStreamWriter& writer, XQNodePtr node ) const
{