This commit is contained in:
Luis Ángel San Martín
2022-12-12 21:53:07 +01:00
parent fc1f48aaa5
commit 7fed222cb7
5 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@
#endif // NO_PDF
class ComicDB;
//#define EXTENSIONS_LITERAL << ".jpg" << ".jpeg" << ".png" << ".gif" << ".tiff" << ".tif" << ".bmp" //Comic::getSupportedImageLiteralFormats()
// #define EXTENSIONS_LITERAL << ".jpg" << ".jpeg" << ".png" << ".gif" << ".tiff" << ".tif" << ".bmp" //Comic::getSupportedImageLiteralFormats()
class Comic : public QObject
{
Q_OBJECT