no assertion please, refs #79

This commit is contained in:
Marc Wäckerlin
2011-09-26 11:08:39 +00:00
parent 9973cd14f0
commit 6a1dd152f6

View File

@@ -44,6 +44,7 @@ class PluginFactory: public QWebPluginFactory {
<<"argumentValues:"<<argumentValues.join(", ");
if (mimeType=="application/pdf") {
Poppler::Document *doc = Poppler::Document::load(url.path());
if (!doc) return 0;
// assert(doc);
// assert(!doc->isLocked());