add signal prototypes
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user