Audio book creation

This commit is contained in:
Jakub Melka
2020-10-21 18:32:04 +02:00
parent e9ae0595e3
commit fab94505d1
5 changed files with 154 additions and 5 deletions

View File

@@ -66,6 +66,9 @@ public:
const Items& getItems() const { return m_items; }
/// Returns true, if text flow is empty
bool isEmpty() const { return m_items.empty(); }
private:
Items m_items;
};