Comment 3 for bug 1179098

Revision history for this message
Daniel Schürmann (daschuer) wrote :

It is fine for me to display the date as well.
For me it is more relevant when the track was played absolute instead of relative.
RJ can you please commit this change as well?

For the style issue, i am fan of this:
if (newPlaylistId != -1 &&
        m_playlistDao.copyPlaylistTracks(oldPlaylistId, newPlaylistId)) {
    emit(showTrackModel(m_pPlaylistTableModel));
}

Double indentation and allays braces.