! \brief Copy this TrackContentObject to the clipboard. * * Copies this track content object to the clipboard. */
| 181 | * Copies this track content object to the clipboard. |
| 182 | */ |
| 183 | void TrackContentObject::copy() |
| 184 | { |
| 185 | Clipboard::copy( this ); |
| 186 | } |
| 187 | |
| 188 | |
| 189 |
no test coverage detected