- Timestamp:
- Oct 23, 2012, 8:26:42 PM (13 years ago)
- Location:
- trunk/src/gui/kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget.cpp
r1012 r1108 6060 6060 d->extra->topextra->iconPixmap = 0; 6061 6061 6062 d->setWindowIcon_sys( );6062 d->setWindowIcon_sys(true); 6063 6063 d->setWindowIcon_helper(); 6064 6064 } -
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.