summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/pdf/qpdfiohandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageformats/pdf/qpdfiohandler.cpp')
-rw-r--r--src/plugins/imageformats/pdf/qpdfiohandler.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/imageformats/pdf/qpdfiohandler.cpp b/src/plugins/imageformats/pdf/qpdfiohandler.cpp
index 739e8b34c..98e4f4663 100644
--- a/src/plugins/imageformats/pdf/qpdfiohandler.cpp
+++ b/src/plugins/imageformats/pdf/qpdfiohandler.cpp
@@ -85,11 +85,6 @@ int QPdfIOHandler::imageCount() const
return ret;
}
-QByteArray QPdfIOHandler::name() const
-{
- return m_doc.metaData(QPdfDocument::MetaDataField::Title).toString().toLocal8Bit();
-}
-
bool QPdfIOHandler::read(QImage *image)
{
if (load(device())) {