~mr-unwell2006/mixxx/mixxx

« back to all changes in this revision

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

  • Committer: Raffitea
  • Date: 2011-12-28 12:17:39 UTC
  • Revision ID: raffitea-20111228121739-fb8c8qta7j6w48bn
Added code infrastrcture for bpm lock.

Show diffs side-by-side

added added

removed removed

Lines of Context:
260
260
        return pTrack->getRating();
261
261
    } else if (fieldIndex(LIBRARYTABLE_KEY) == column) {
262
262
        return pTrack->getKey();
 
263
    } else if (fieldIndex(LIBRARYTABLE_BPM_LOCK) == column) {
 
264
            return pTrack->hasBpmLock();
263
265
    }
264
266
    return QVariant();
265
267
}