mirror of
https://github.com/YACReader/yacreader
synced 2026-02-08 00:00:36 -05:00
Add .gitattributes rules for text and binary handling
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#ifndef CURRENT_COMIC_VIEW_HELPER_H
|
||||
#define CURRENT_COMIC_VIEW_HELPER_H
|
||||
|
||||
#include "comic_model.h"
|
||||
|
||||
ComicDB currentComicFromModel(ComicModel *model, bool &found);
|
||||
|
||||
#endif // CURRENT_COMIC_VIEW_HELPER_H
|
||||
#ifndef CURRENT_COMIC_VIEW_HELPER_H
|
||||
#define CURRENT_COMIC_VIEW_HELPER_H
|
||||
|
||||
#include "comic_model.h"
|
||||
|
||||
ComicDB currentComicFromModel(ComicModel *model, bool &found);
|
||||
|
||||
#endif // CURRENT_COMIC_VIEW_HELPER_H
|
||||
|
||||
Reference in New Issue
Block a user