1430
1436
Model::Document* DocumentView::loadDocument(const QString& filePath)
1438
enum { UnknownType = 0, PDF = 1, PS = 2, DjVu = 3 } fileType = UnknownType;
1432
1470
QFileInfo fileInfo(filePath);
1436
1472
if(fileInfo.suffix().toLower() == "pdf")
1438
1495
if(s_pdfDocumentLoader == 0)
1440
1497
#ifndef STATIC_PDF_PLUGIN