| 477 | //----------------------------------------------------------------------------- |
| 478 | |
| 479 | CompoundUndoAction* UndoManager::pushCompound( const String& name ) |
| 480 | { |
| 481 | mCompoundStack.push_back( new CompoundUndoAction( name ) ); |
| 482 | return mCompoundStack.last(); |
| 483 | } |
| 484 | |
| 485 | //----------------------------------------------------------------------------- |
| 486 |
no test coverage detected