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

@@ -79,9 +79,3 @@ void XQMainModel::addSectionItem( const XQModelSection& section, XQItem* project
}
void XQMainModel::onItemChanged( XQItem& item )
{
qDebug() << " --- MAIN Model on itemChanged:" << item.text();
}