| 193 | } |
| 194 | |
| 195 | void ProjectJournal::stopAllJournalling() |
| 196 | { |
| 197 | for( JoIdMap::Iterator it = m_joIDs.begin(); it != m_joIDs.end(); ++it) |
| 198 | { |
| 199 | if( it.value() != NULL ) |
| 200 | { |
| 201 | it.value()->setJournalling(false); |
| 202 | } |
| 203 | } |
| 204 | setJournalling(false); |
| 205 | } |
| 206 | |
| 207 | |
| 208 |
no test coverage detected