| 138 | |
| 139 | |
| 140 | void Pattern::init() |
| 141 | { |
| 142 | connect( Engine::getSong(), SIGNAL( timeSignatureChanged( int, int ) ), |
| 143 | this, SLOT( changeTimeSignature() ) ); |
| 144 | saveJournallingState( false ); |
| 145 | |
| 146 | updateLength(); |
| 147 | restoreJournallingState(); |
| 148 | } |
| 149 | |
| 150 | |
| 151 |
nothing calls this directly
no test coverage detected