.
authorAkos Polster <akos@pipacs.com>
Sun, 7 Nov 2010 21:29:14 +0000 (22:29 +0100)
committerAkos Polster <akos@pipacs.com>
Sun, 7 Nov 2010 21:29:14 +0000 (22:29 +0100)
model/book.cpp

index cd1ba6a..5942d6b 100644 (file)
@@ -499,7 +499,8 @@ qreal Book::getProgress(int part, qreal position)
 bool Book::extractMetaData()
 {
     QStringList excludedExtensions;
-    excludedExtensions << ".html" << ".xhtml" << ".xht" << ".htm";
+    excludedExtensions << ".html" << ".xhtml" << ".xht" << ".htm" << ".gif"
+            << ".png" << ".css";
     return extract(excludedExtensions);
 }