mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Audio book creation
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user