Ignore:
Timestamp:
Nov 22, 2009, 9:48:35 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui/kernel: mime: Implemented the fallback mime <-> clipboard converter for mime types not explicitly supported by specialized QPMMime implementations (see #28).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qmime.h

    r334 r337  
    135135                                       QVariant::Type preferredType) const = 0;
    136136
     137protected:
     138
    137139    static ULONG registerMimeType(const QString &mime);
    138140
    139141    static ULONG allocateMemory(size_t size);
    140142    static void freeMemory(ULONG addr);
     143
     144    static QString formatName(ULONG format);
    141145
    142146private:
Note: See TracChangeset for help on using the changeset viewer.