Details
-
Type:
Suggestion
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core: State Machine
-
Labels: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);