- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MakroAction_impl_header.hpp
r975b83 r329cf3 263 263 //!> flag to check whether actions have been prepared 264 264 static bool isPrepared; 265 //!> sequence of actions for this macro action 266 static ActionSequence actions; 265 //!> sequence of prototype actions for this macro action 266 static ActionSequence prototype_actions; 267 //!> sequence of actions for this specific instance 268 ActionSequence actions; 267 269 268 270 private:
Note:
See TracChangeset
for help on using the changeset viewer.