Changeset 706 for trunk/src/gui/kernel/qwidget_pm.cpp
- Timestamp:
- Apr 26, 2010, 1:05:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget_pm.cpp
r705 r706 56 56 #include "private/qbackingstore_p.h" 57 57 #include "private/qwindowsurface_raster_p.h" 58 58 59 59 60 //#define QT_DEBUGWINCREATEDESTROY … … 2471 2472 { 2472 2473 Q_Q(QWidget); 2473 return new QRasterWindowSurface(q); 2474 QWindowSurface *surface = QPMDiveWindowSurface::create(q); 2475 if (!surface) 2476 surface = new QRasterWindowSurface(q); 2477 return surface; 2474 2478 } 2475 2479
Note:
See TracChangeset
for help on using the changeset viewer.