equal
deleted
inserted
replaced
60 bool jumpToImage(int imageNumber); |
60 bool jumpToImage(int imageNumber); |
61 bool jumpToNextImage(); |
61 bool jumpToNextImage(); |
62 |
62 |
63 static bool canRead(QIODevice *device); |
63 static bool canRead(QIODevice *device); |
64 |
64 |
|
65 bool supportsOption(ImageOption option) const; |
|
66 QVariant option(ImageOption option) const; |
|
67 |
65 private: |
68 private: |
66 int m_currentIconIndex; |
69 int m_currentIconIndex; |
67 ICOReader *m_pICOReader; |
70 ICOReader *m_pICOReader; |
68 |
71 |
69 }; |
72 }; |