Q_EMIT added
This commit is contained in:
parent
80a42f6d56
commit
44ca6c964f
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue