1 #ifndef LIBRARYCOMICOPENER_H
2 #define LIBRARYCOMICOPENER_H
3 
4 #include "yacreader_global.h"
5 
6 class ComicDB;
7 class QString;
8 
9 namespace YACReader {
10 
11 bool openComic(const ComicDB &comic,
12                unsigned long long libraryId,
13                const QString &path,
14                OpenComicSource source);
15 
16 }
17 
18 #endif // LIBRARYCOMICOPENER_H
19