Files
yacreader/YACReaderLibrary/library_comic_opener.h
2024-10-15 22:11:52 +02:00

22 lines
444 B
C++

#ifndef LIBRARYCOMICOPENER_H
#define LIBRARYCOMICOPENER_H
#include "yacreader_global.h"
class ComicDB;
class QString;
namespace YACReader {
bool openComic(const ComicDB &comic,
unsigned long long libraryId,
const QString &path,
OpenComicSource source);
bool openComicInThirdPartyApp(const QString &command,
const QString &path);
}
#endif // LIBRARYCOMICOPENER_H