Changeset 1008 for trunk/src/gui/kernel/qwidget_pm.cpp
- Timestamp:
- Aug 19, 2011, 12:41:38 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/gui/kernel/qwidget_pm.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget_pm.cpp
r1007 r1008 1395 1395 qDebug() << "|Destroying window" << this 1396 1396 << "\n| hwnd" << qDebugFmtHex(id); 1397 1398 1397 1399 #endif 1398 1400 qt_WinDestroyWindow(id); 1399 1401 } 1400 1402 QT_TRY { 1403 1404 1405 1401 1406 d->setWinId(0); 1402 1407 } QT_CATCH (const std::bad_alloc &) { … … 1470 1475 } 1471 1476 1477 1478 1479 1472 1480 setWinId(0); 1473 1481
Note:
See TracChangeset
for help on using the changeset viewer.
