Changeset 318 for trunk/src/gui/text/qfontdatabase.cpp
- Timestamp:
- Nov 13, 2009, 11:57:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/text/qfontdatabase.cpp
r223 r318 145 145 uint yres = 0, uint avgwidth = 0, bool add = false); 146 146 #endif // Q_WS_X11 147 148 149 147 150 #if defined(Q_WS_QWS) || defined(Q_WS_PM) 148 151 QByteArray fileName; … … 224 227 free(pixelSizes[count].encodings); 225 228 #endif 229 230 231 226 232 #if defined(Q_WS_QWS) || defined(Q_WS_PM) 227 233 pixelSizes[count].fileName.~QByteArray(); … … 279 285 pixelSizes[count].count = 0; 280 286 pixelSizes[count].encodings = 0; 287 288 289 281 290 #endif 282 291 #if defined(Q_WS_QWS) || defined(Q_WS_PM) … … 965 974 #endif // Q_WS_X11 966 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 967 991 #if !defined(Q_WS_MAC) 968 992 static … … 1046 1070 } 1047 1071 #endif 1072 1073 1074 1075 1076 1077 1078 1048 1079 1049 1080 unsigned int d; … … 1090 1121 } 1091 1122 #endif // Q_WS_X11 1123 1124 1125 1126 1127 1128 1129 1130 1131 1092 1132 1093 1133 unsigned int this_score = 0x0000;
Note:
See TracChangeset
for help on using the changeset viewer.