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, 2 insertions, 2 deletions
diff --git a/src/plugins/imageformats/dds/qddshandler.h b/src/plugins/imageformats/dds/qddshandler.h
index 5142bb7..70f2df1 100644
--- a/src/plugins/imageformats/dds/qddshandler.h
+++ b/src/plugins/imageformats/dds/qddshandler.h
@@ -53,6 +53,8 @@ class QDDSHandler : public QImageIOHandler
public:
QDDSHandler();
+ QByteArray name() const;
+
bool canRead() const;
bool read(QImage *image);
bool write(const QImage &image);
@@ -60,8 +62,6 @@ public:
int imageCount() const;
bool jumpToImage(int imageNumber);
- QByteArray name() const;
-
static bool canRead(QIODevice *device);
private: