add signal prototypes

This commit is contained in:
Christoph Holzheuer
2025-09-02 16:58:56 +02:00
parent 147769bf60
commit 3e7b65dca5
10 changed files with 118 additions and 42 deletions

View File

@@ -77,3 +77,11 @@ void XQMainModel::addSectionItem( const XQModelSection& section, XQItem* project
projectItem->appendRow( newItem );
expandNewItem(projectItem->index() );
}
void XQMainModel::onItemChanged( XQItem& item )
{
qDebug() << " --- MAIN Model on itemChanged:" << item.text();
}