Changeset 267 for trunk/src/gui/image/qpixmap.h
- Timestamp:
- Oct 29, 2009, 10:11:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/image/qpixmap.h
r260 r267 150 150 151 151 #if defined(Q_WS_PM) 152 HBITMAP toPmHBITMAP(HBITMAP *mask = 0 ) const;152 HBITMAP toPmHBITMAP(HBITMAP *mask = 0, bool embedRealAlpha = false) const; 153 153 static HPOINTER toPmHPOINTER(const QIcon &icon, bool isPointer = false, 154 int hotX = 0, int hotY = 0); 154 int hotX = 0, int hotY = 0, 155 bool embedRealAlpha = false, bool isMini = true); 155 156 #endif 156 157
Note:
See TracChangeset
for help on using the changeset viewer.