Q_EMIT added

This commit is contained in:
Uwe Rathmann 2022-03-24 08:10:04 +01:00
parent 94dc9f4e62
commit 7d464da5b0
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(); update();
if ( isComponentComplete() ) if ( isComponentComplete() )
countChanged( count() ); Q_EMIT countChanged( count() );
} }
void QskMenu::addOption( const QString& graphicSource, const QString& text ) void QskMenu::addOption( const QString& graphicSource, const QString& text )