Changeset 769 for trunk/src/plugins/imageformats/ico
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/plugins/imageformats/ico/qicohandler.cpp
r651 r769 54 54 #include <QtCore/QFile> 55 55 #include <QtCore/QBuffer> 56 56 57 // These next two structs represent how the icon information is stored 57 58 // in an ICO file. … … 773 774 } 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 775 799 /*! 776 800 * Verifies if some values (magic bytes) are set as expected in the header of the file. -
trunk/src/plugins/imageformats/ico/qicohandler.h
r651 r769 63 63 static bool canRead(QIODevice *device); 64 64 65 66 67 65 68 private: 66 69 int m_currentIconIndex;
Note:
See TracChangeset
for help on using the changeset viewer.