diff -r dee5afe5301f -r 3f74d0d4af4c src/plugins/imageformats/ico/qicohandler.h --- 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;