Changeset 1108 for trunk/src/gui/kernel/qwidget_pm.cpp
- Timestamp:
- Oct 23, 2012, 8:26:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget_pm.cpp
r1107 r1108 1697 1697 return; 1698 1698 QTLWExtra *x = this->topData(); 1699 if (x->iconP ixmap&& !forceReset)1699 if (x->iconPointer != NULLHANDLE && !forceReset) 1700 1700 // already been set 1701 1701 return; 1702 x->iconPixmap = new QPixmap; 1702 1703 1703 if (x->iconPointer != NULLHANDLE) 1704 1704 WinDestroyPointer(x->iconPointer);
Note:
See TracChangeset
for help on using the changeset viewer.