Skip to content

Commit 17be527

Browse files
authored
Merge pull request #16847 from cr7pt0gr4ph7/rtm_crates_fixcomment
CrateFeature: Remove outdated refactoring TODO comment that has already been implemented
2 parents 993a972 + 96a8eb1 commit 17be527

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/library/trackset/crate/cratefeature.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,8 +678,6 @@ void CrateFeature::slotImportPlaylistFile(const QString& playlistFile, CrateId c
678678
// system sandboxer (if we are sandboxed) has granted us permission to this
679679
// folder. We don't need access to this file on a regular basis so we do not
680680
// register a security bookmark.
681-
// TODO(XXX): Parsing a list of track locations from a playlist file
682-
// is a general task and should be implemented separately.
683681
QList<QString> locations = Parser().parse(playlistFile);
684682
if (locations.empty()) {
685683
return;

0 commit comments

Comments
 (0)