summaryrefslogtreecommitdiffstats
path: root/src/library/basetracktablemodel.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2021-01-04 18:46:27 +0100
committerDaniel Schürmann <daschuer@mixxx.org>2021-01-04 18:46:27 +0100
commitb7171a2b97f7671125abe6ebb8bfffd31ff3e14f (patch)
treefe1183c2054335bbe8b321dbb88a356aae7a1cbc /src/library/basetracktablemodel.h
parent4813d0ecab0eed0fece4a7a6868204ba151ea877 (diff)
LIBRARYTABLE_LOCATION to LIBRARYTABLE_LOCATION_ID because the column holds only a reference to the track locations table. Use the enum COLUMN_TRACKLOCATIONSTABLE_LOCATION instead of COLUMN_LIBRARYTABLE_NATIVELOCATION becase it points only to the id column. Delete also enums for non existing Playlist table columns.
Diffstat (limited to 'src/library/basetracktablemodel.h')
-rw-r--r--src/library/basetracktablemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/basetracktablemodel.h b/src/library/basetracktablemodel.h
index d45923b518..3dcc3cc70f 100644
--- a/src/library/basetracktablemodel.h
+++ b/src/library/basetracktablemodel.h
@@ -167,7 +167,7 @@ class BaseTrackTableModel : public QAbstractTableModel, public TrackModel {
/// COLUMN_LIBRARYTABLE_GROUPING: QString (pass-through)
/// COLUMN_LIBRARYTABLE_TRACKNUMBER: QString (pass-through)
/// COLUMN_LIBRARYTABLE_FILETYPE: QString (pass-through)
- /// COLUMN_LIBRARYTABLE_NATIVELOCATION: QString (pass-through)
+ /// COLUMN_TRACKLOCATIONSTABLE_LOCATION: QString (pass-through)
/// COLUMN_LIBRARYTABLE_COMMENT: QString (pass-through)
/// COLUMN_LIBRARYTABLE_DURATION: double (seconds)/mixxx::Duration
/// COLUMN_LIBRARYTABLE_BITRATE: int (kbps)/mixxx::audio::Bitrate