Changeset 423 for trunk/src/gui/kernel


Ignore:
Timestamp:
Dec 14, 2009, 8:18:13 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

general: Fixed a bunch of deprecated QString/QChar initializers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qmime_pm.cpp

    r347 r423  
    530530    QVariant ret;
    531531
    532     if (!mimeType.startsWith("text/plain") &&
    533         !mimeType.startsWith("text/html"))
     532    if (!mimeType.startsWith() &&
     533        !mimeType.startsWith())
    534534        return ret;
    535535    if ((format != CF_TEXT && format != CF_TextUnicode && format != CF_TextHtml) ||
     
    821821        // prepend the non-standard type with the prefix that makes it comply
    822822        // with the standard
    823         mimeToReg = customPrefix + mime + QChar('\"');
     823        mimeToReg = customPrefix + mime + QChar('\"');
    824824    }
    825825
Note: See TracChangeset for help on using the changeset viewer.