Skip to content

Commit

Permalink
describe ownership of m_pParentFeature
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Aug 11, 2023
1 parent 14c7f7c commit cd92b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/library/itunes/itunesimporter.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ class ITunesImporter {
bool canceled() const;

protected:
// This is a borrowed pointer. The ITunesFeature owns the ITunesImporter.
ITunesFeature* m_pParentFeature;
};

0 comments on commit cd92b3d

Please sign in to comment.