src/plugins/imageformats/ico/qicohandler.h
branchRCL_3
changeset 8 3f74d0d4af4c
parent 4 3b1da2848fc7
--- a/src/plugins/imageformats/ico/qicohandler.h	Mon Mar 15 12:43:09 2010 +0200
+++ b/src/plugins/imageformats/ico/qicohandler.h	Thu Apr 08 14:19:33 2010 +0300
@@ -62,6 +62,9 @@
     
     static bool canRead(QIODevice *device);
     
+    bool supportsOption(ImageOption option) const;
+    QVariant option(ImageOption option) const;
+
 private:
     int m_currentIconIndex;
     ICOReader *m_pICOReader;