From 598343afbc20c49b244da262e54b607f22a962f4 Mon Sep 17 00:00:00 2001 From: Felix Kauselmann <2039670+selmf@users.noreply.github.com> Date: Mon, 11 May 2015 01:59:45 +0200 Subject: [PATCH] Fix compilation bug --- YACReaderLibrary/db/comic_model.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/db/comic_model.cpp b/YACReaderLibrary/db/comic_model.cpp index 2d200da4..68918a76 100644 --- a/YACReaderLibrary/db/comic_model.cpp +++ b/YACReaderLibrary/db/comic_model.cpp @@ -365,8 +365,8 @@ QVariant ComicModel::headerData(int section, Qt::Orientation orientation, else if (ext.compare("7z",Qt::CaseInsensitive) == 0) return QVariant(QIcon(":/images/7z.png")); else if (ext.compare("cb7",Qt::CaseInsensitive) == 0) -#endif return QVariant(QIcon(":/images/comic7z.png")); +#endif else if (ext.compare("cbt",Qt::CaseInsensitive) == 0) return QVariant(QIcon(":/images/comicTar.png"));