Construct an empty ActivityStateAction object with no action, state or target.
| 94 | |
| 95 | /// Construct an empty ActivityStateAction object with no action, state or target. |
| 96 | ActivityStateAction::ActivityStateAction() |
| 97 | : Action(), _target(nullptr) { |
| 98 | |
| 99 | } |
| 100 | |
| 101 | /// Construct an ActivityStateAction object constituted of state, targetWidget and the corresponding action type |
| 102 | /// \param state The StatePtr object, describing the current page |
nothing calls this directly
no test coverage detected