summaryrefslogtreecommitdiffstats
path: root/src/pdf/plugins/imageformats/pdf/qpdfiohandler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf/plugins/imageformats/pdf/qpdfiohandler_p.h')
-rw-r--r--src/pdf/plugins/imageformats/pdf/qpdfiohandler_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf/plugins/imageformats/pdf/qpdfiohandler_p.h b/src/pdf/plugins/imageformats/pdf/qpdfiohandler_p.h
index 23d038757..5fc8c4a81 100644
--- a/src/pdf/plugins/imageformats/pdf/qpdfiohandler_p.h
+++ b/src/pdf/plugins/imageformats/pdf/qpdfiohandler_p.h
@@ -60,7 +60,7 @@ class QPdfIOHandler : public QImageIOHandler
{
public:
QPdfIOHandler();
- virtual ~QPdfIOHandler();
+ ~QPdfIOHandler() override;
bool canRead() const override;
static bool canRead(QIODevice *device);
int currentImageNumber() const override;