This commit is contained in:
Christoph Holzheuer
2025-09-03 17:23:52 +02:00
parent 3e7b65dca5
commit 831daf898c
8 changed files with 21 additions and 72 deletions

View File

@@ -77,14 +77,6 @@ void XQChildModel::addModelData( const XQNodePtr& contentRoot )
}
//! SLOT als weiterleitung vom SIGNAL itemchanged
void XQChildModel::onItemChanged(XQItem& item )
{
qDebug() << " --- Child item changed: " << item.text();
}
//! Erzeugt eine model-section und fügt den zugehörigen header ein.
void XQChildModel::addSectionEntry( const QString& key, const XQNodePtr& contentEntry )