Changeset 423 for trunk/src/gui/kernel
- Timestamp:
- Dec 14, 2009, 8:18:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qmime_pm.cpp
r347 r423 530 530 QVariant ret; 531 531 532 if (!mimeType.startsWith( "text/plain") &&533 !mimeType.startsWith( "text/html"))532 if (!mimeType.startsWith() && 533 !mimeType.startsWith()) 534 534 return ret; 535 535 if ((format != CF_TEXT && format != CF_TextUnicode && format != CF_TextHtml) || … … 821 821 // prepend the non-standard type with the prefix that makes it comply 822 822 // with the standard 823 mimeToReg = customPrefix + mime + Q Char('\"');823 mimeToReg = customPrefix + mime + QChar('\"'); 824 824 } 825 825
Note:
See TracChangeset
for help on using the changeset viewer.