no assertion please, refs #79

This commit is contained in:
Marc Wäckerlin
2011-09-26 10:59:52 +00:00
parent 0614b4fc23
commit 9973cd14f0

View File

@@ -44,8 +44,8 @@ class PluginFactory: public QWebPluginFactory {
<<"argumentValues:"<<argumentValues.join(", ");
if (mimeType=="application/pdf") {
Poppler::Document *doc = Poppler::Document::load(url.path());
assert(doc);
assert(!doc->isLocked());
// assert(doc);
// assert(!doc->isLocked());
// output some meta-data
int major = 0, minor = 0;