-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
preserve media overlay active class selectors from being considered u…
…nused
- Loading branch information
1 parent
7ed53a3
commit 8be6790
Showing
4 changed files
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/************************************************************************ | ||
** | ||
** Copyright (C) 2015-2020 Kevin B. Hendricks, Stratford ON | ||
** Copyright (C) 2015-2023 Kevin B. Hendricks, Stratford ON | ||
** Copyright (C) 2013 John Schember <[email protected]> | ||
** Copyright (C) 2009-2011 Strahinja Markovic <[email protected]> | ||
** | ||
|
@@ -130,6 +130,11 @@ class OPFResource : public XMLResource | |
*/ | ||
QList<MetaEntry> GetDCMetadata() const; | ||
|
||
/** | ||
* Returns list of any Media Overlay Active Class Selctors if defined in OPF metadata | ||
*/ | ||
QStringList GetMediaOverlayActiveClassSelectors() const; | ||
|
||
/** | ||
* Returns the values for a specific dc: metadata name. | ||
* | ||
|