Changeset 3e8325 for molecuilder/src/unittests/ActionSequenceTest.cpp
- Timestamp:
- Jan 7, 2010, 2:46:34 PM (16 years ago)
- Children:
- d97af9
- Parents:
- 34ff5e6
- File:
-
- 1 edited
-
molecuilder/src/unittests/ActionSequenceTest.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/ActionSequenceTest.cpp
r34ff5e6 r3e8325 26 26 { 27 27 public: 28 canUndoActionStub() {}28 canUndoActionStub(): Action("canUndoActionStub",false){} 29 29 virtual ~canUndoActionStub(){} 30 30 … … 39 39 { 40 40 public: 41 cannotUndoActionStub() {}41 cannotUndoActionStub() : Action("cannotUndoActionStub",false){} 42 42 virtual ~cannotUndoActionStub(){} 43 43 … … 53 53 public: 54 54 wasCalledActionStub() : 55 Action("wasCalledActionStub",false), 55 56 called(false) 56 57 {}
Note:
See TracChangeset
for help on using the changeset viewer.
