mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04: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