Changeset 307 for trunk/src/gui/painting/qregion.h
- Timestamp:
- Nov 10, 2009, 12:00:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/painting/qregion.h
r113 r307 145 145 inline HRGN handle() const { ensureHandle(); return d->rgn; } 146 146 #elif defined(Q_WS_PM) 147 inline HRGN handle(int targetHeight = 0) const {147 inline HRGN handle(int targetHeight) const { 148 148 if (d->rgn == NULLHANDLE || d->height != targetHeight) 149 149 updateHandle(targetHeight);
Note:
See TracChangeset
for help on using the changeset viewer.