Fixed toggleSection

This commit is contained in:
2025-09-06 11:08:07 +02:00
parent 3887748c1a
commit a9dacca684
6 changed files with 22 additions and 17 deletions

View File

@@ -320,7 +320,7 @@ void XQMainWindow::onSectionCreated( const XQModelSection& section )
void XQMainWindow::onSectionToggled( const XQModelSection& section )
{
//qDebug() << " --- XXX section toggled: " << section.contentType() << ":" << section.sheetRootNode()->to_string();
qDebug() << " --- XXX section toggled: " << section.contentType() << ":" << section.sheetRootNode()->to_string();
}
void XQMainWindow::setChildTabByName( const QString& key )