summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/tga/qtgahandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageformats/tga/qtgahandler.h')
-rw-r--r--src/plugins/imageformats/tga/qtgahandler.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/imageformats/tga/qtgahandler.h b/src/plugins/imageformats/tga/qtgahandler.h
index 6550a11..8e16bb6 100644
--- a/src/plugins/imageformats/tga/qtgahandler.h
+++ b/src/plugins/imageformats/tga/qtgahandler.h
@@ -55,10 +55,6 @@ public:
bool canRead() const override;
bool read(QImage *image) override;
-#if QT_DEPRECATED_SINCE(5, 13)
- QByteArray name() const override;
-#endif
-
static bool canRead(QIODevice *device);
QVariant option(ImageOption option) const override;