summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/dds/qddshandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/imageformats/dds/qddshandler.h')
-rw-r--r--src/plugins/imageformats/dds/qddshandler.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/imageformats/dds/qddshandler.h b/src/plugins/imageformats/dds/qddshandler.h
index f4bc888..0c6449a 100644
--- a/src/plugins/imageformats/dds/qddshandler.h
+++ b/src/plugins/imageformats/dds/qddshandler.h
@@ -53,10 +53,6 @@ class QDDSHandler : public QImageIOHandler
public:
QDDSHandler();
-#if QT_DEPRECATED_SINCE(5, 13)
- QByteArray name() const override;
-#endif
-
bool canRead() const override;
bool read(QImage *image) override;
bool write(const QImage &image) override;