Changeset 621 for trunk/src/gui/image/qpixmap.h
- Timestamp:
- Mar 3, 2010, 3:04:01 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/image/qpixmap.h
r561 r621 163 163 #if defined(Q_WS_PM) 164 164 HBITMAP toPmHBITMAP(HBITMAP *mask = 0, bool embedRealAlpha = false) const; 165 static QPixmap fromPmHBITMAP(HBITMAP hbm );165 static QPixmap fromPmHBITMAP(HBITMAP hbm); 166 166 static HPOINTER toPmHPOINTER(const QIcon &icon, bool isPointer = false, 167 167 int hotX = 0, int hotY = 0, 168 168 bool embedRealAlpha = false, bool isMini = true); 169 170 169 171 #endif 170 172
Note:
See TracChangeset
for help on using the changeset viewer.