Changeset 769 for trunk/src/gui/image/qnativeimage.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 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/gui/image/qnativeimage.cpp
r651 r769 202 202 ok = (xshminfo.shmaddr != (char*)-1); 203 203 if (ok) 204 image = QImage((uchar *)xshmimg->data, width, height, systemFormat());204 image = QImage((uchar *)xshmimg->data, width, height, ); 205 205 } 206 206 xshminfo.readOnly = false;
Note:
See TracChangeset
for help on using the changeset viewer.