Changeset 142 for trunk/src/gui/kernel/qwidget_pm.cpp
- Timestamp:
- Aug 29, 2009, 5:46:09 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget_pm.cpp
r131 r142 55 55 #include "private/qapplication_p.h" 56 56 #include "private/qbackingstore_p.h" 57 57 58 58 59 //#define QT_DEBUGWINCREATEDESTROY … … 2143 2144 void QWidgetPrivate::createSysExtra() 2144 2145 { 2145 // @todo implement2146 2146 } 2147 2147 2148 2148 void QWidgetPrivate::deleteSysExtra() 2149 2149 { 2150 // @todo implement2151 2150 } 2152 2151 … … 2239 2238 QWindowSurface *QWidgetPrivate::createDefaultWindowSurface_sys() 2240 2239 { 2241 // @todo implement2242 return 0;2240 2241 return ; 2243 2242 } 2244 2243
Note:
See TracChangeset
for help on using the changeset viewer.