Changeset 938 for trunk/src/gui/kernel/qwidget_pm.cpp
- Timestamp:
- Aug 4, 2011, 8:42:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget_pm.cpp
r809 r938 2383 2383 extra->topextra->swEntry = NULLHANDLE; 2384 2384 extra->topextra->iconPointer = NULLHANDLE; 2385 2385 2386 } 2386 2387 2387 2388 void QWidgetPrivate::deleteTLSysExtra() 2388 2389 { 2390 2389 2391 if (extra->topextra->iconPointer != NULLHANDLE) 2390 2392 WinDestroyPointer(extra->topextra->iconPointer);
Note:
See TracChangeset
for help on using the changeset viewer.