diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-01 00:29:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-10 21:15:37 +0200 |
| commit | 710603ccccd86b2db33f76bb0b9c863df7d6a02b (patch) | |
| tree | 2b8d10f7f2847e65fe1bb02a1bc4738afbf87f24 /src/lib/dcp_content.h | |
| parent | 711cd65063f6f0b2bc4ba22c194f725d56a7c3fa (diff) | |
Add Content::path_for_display().
Diffstat (limited to 'src/lib/dcp_content.h')
| -rw-r--r-- | src/lib/dcp_content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index 3b843f22e..d50986357 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -93,6 +93,8 @@ public: std::vector<boost::filesystem::path> directories () const; + boost::filesystem::path path_for_display() const override; + bool encrypted () const { boost::mutex::scoped_lock lm (_mutex); return _encrypted; |
