- Timestamp:
- Nov 6, 2007, 10:47:07 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel/qapplication.cpp
r111 r172 1064 1064 app_fonts = 0; 1065 1065 #ifndef QT_NO_STYLE 1066 delete app_style; 1067 app_style = 0; 1066 if ( app_style != 0 ) { 1067 app_style->unPolish( this ); 1068 delete app_style; 1069 app_style = 0; 1070 } 1068 1071 #endif 1069 1072 #ifndef QT_NO_CURSOR
Note:
See TracChangeset
for help on using the changeset viewer.