diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-29 21:12:17 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-29 21:12:17 +0200 |
| commit | 07aa4852acfd908c4e3a92f7bed2c7328cfcf123 (patch) | |
| tree | be9642b5202a0342be268f6e4b9f93c684bab347 /src/lib/content.h | |
| parent | bfac1d7cfec57b225a0257d2fa0172efe7fbd08b (diff) | |
| parent | 78dc1250feed93df7f519c559949d4fac4cc5b1a (diff) | |
Merge remote-tracking branch 'origin/main' into v2.17.x
Diffstat (limited to 'src/lib/content.h')
| -rw-r--r-- | src/lib/content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h index 3753c84d7..d4b99d39e 100644 --- a/src/lib/content.h +++ b/src/lib/content.h @@ -203,6 +203,8 @@ public: return true; } + bool has_mapped_audio() const; + /* ChangeType::PENDING and ChangeType::CANCELLED may be emitted from any thread; ChangeType::DONE always from GUI thread */ boost::signals2::signal<void (ChangeType, std::weak_ptr<Content>, int, bool)> Change; |
