mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 15:35:03 -04:00
added drag&drop for image files
This commit is contained in:
@ -13,7 +13,8 @@
|
||||
#include "poppler-qt4.h"
|
||||
|
||||
class ComicDB;
|
||||
|
||||
#define EXTENSIONS << "*.jpg" << "*.jpeg" << "*.png" << "*.gif" << "*.tiff" << "*.tif" << "*.bmp"
|
||||
#define EXTENSIONS_LITERAL << ".jpg" << ".jpeg" << ".png" << ".gif" << ".tiff" << ".tif" << ".bmp"
|
||||
class Comic : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
Reference in New Issue
Block a user