signal signature fixed

This commit is contained in:
Uwe Rathmann 2022-03-25 10:31:09 +01:00
parent 50ca826ff6
commit b1ac6fed57

View File

@ -79,7 +79,7 @@ class QskShortcutQml : public QObject, public QQmlParserStatus
void activated();
void activatedAmbiguously();
int shortcutIdChanged( int );
void shortcutIdChanged( int );
protected:
bool event( QEvent* ) override;