Code review comment for lp:~mixxxdevelopers/mixxx/iTunes2

Revision history for this message
RAFFI TEA (raffitea) wrote :

Before I merge I have another question:

Both itunestrackmodel and itunesplaylistmodel are subclassed from BaseSqlTableModel. In BaseSqlTableModel we handle 'trackChanged' signals. Now assume we've an iTunes track that has incorrect playtime information. If BaseSqlTableModel captures 'trackChanged' signals for iTunes playlistsmodels I'm sure we run into problems? Will this ever happen?

« Back to merge proposal