summaryrefslogtreecommitdiff
path: root/src/lib/content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-19 23:27:34 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-19 23:27:34 +0200
commitfd198a9cb1f033773102f54603bd06b98f3c7fb1 (patch)
tree29eb553140487ad3c841b2c4348c122438c918a9 /src/lib/content.h
parent60d53efe2cb3bddf98ca3cba937247a8024e7d63 (diff)
Add and use Content::has_mapped_audio().
Diffstat (limited to 'src/lib/content.h')
-rw-r--r--src/lib/content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/content.h b/src/lib/content.h
index f2fecddf0..540abdd8a 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;