~mixxxdevelopers/mixxx/mixxx-buildserver

« back to all changes in this revision

Viewing changes to mixxx/src/library/rhythmboxplaylistmodel.cpp

  • Committer: Albert Santoni
  • Date: 2011-03-20 00:27:15 UTC
  • mfrom: (2607.1.162 mixxx-1.9)
  • Revision ID: alberts@mixxx.org-20110320002715-sa2d88zbuc5kkyya
MergedĀ fromĀ 1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
    //Should do nothing... hmmm
235
235
}
236
236
 
 
237
int RhythmboxPlaylistModel::getTrackId(const QModelIndex& index) const {
 
238
    return -1;
 
239
}
237
240
 
 
241
int RhythmboxPlaylistModel::getTrackRow(int trackId) const {
 
242
    return -1;
 
243
}
238
244
 
239
245
QString RhythmboxPlaylistModel::getTrackLocation(const QModelIndex& index) const
240
246
{