Details
-
Suggestion
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
None
-
None
Description
Since Qt switches to new connect syntax everywhere (QSignalSpy, ...) this should be used in QState, too.
There is only the old "const char* signal" overload:
QSignalTransition *addTransition(const QObject *sender, const char *signal, QAbstractState *target);