Q_EMIT added

This commit is contained in:
Uwe Rathmann 2022-03-24 08:10:04 +01:00
parent 80a42f6d56
commit 44ca6c964f
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ void QskMenu::addOption( const QUrl& graphicSource, const QString& text )
update();
if ( isComponentComplete() )
countChanged( count() );
Q_EMIT countChanged( count() );
}
void QskMenu::addOption( const QString& graphicSource, const QString& text )