summaryrefslogtreecommitdiff
path: root/src/plugins/imageformats/svg/qsvgiohandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageformats/svg/qsvgiohandler.h')
-rw-r--r--src/plugins/imageformats/svg/qsvgiohandler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/imageformats/svg/qsvgiohandler.h b/src/plugins/imageformats/svg/qsvgiohandler.h
index 5fdf6ee..5a952e1 100644
--- a/src/plugins/imageformats/svg/qsvgiohandler.h
+++ b/src/plugins/imageformats/svg/qsvgiohandler.h
@@ -58,9 +58,6 @@ public:
QSvgIOHandler();
~QSvgIOHandler();
bool canRead() const override;
-#if QT_DEPRECATED_SINCE(5, 13)
- QByteArray name() const override;
-#endif
bool read(QImage *image) override;
static bool canRead(QIODevice *device);
QVariant option(ImageOption option) const override;