Add setting to setup third party readers to work with YACReaderLibrary

This commit is contained in:
Luis Ángel San Martín
2024-10-15 22:11:52 +02:00
parent 5f03fc5f1f
commit 9b6e03bcc4
7 changed files with 52 additions and 4 deletions

View File

@ -13,6 +13,9 @@ bool openComic(const ComicDB &comic,
const QString &path,
OpenComicSource source);
bool openComicInThirdPartyApp(const QString &command,
const QString &path);
}
#endif // LIBRARYCOMICOPENER_H