Ignore:
Timestamp:
Nov 20, 2009, 2:53:36 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui/kernel: mime: Implemented mime->clipboard interface for "text/plain" (only putting to the system clipboard so far).

File:
1 edited

Legend:

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

    r326 r332  
    134134
    135135    static ULONG registerMimeType(const QString &mime);
     136
     137    static ULONG allocateMemory(size_t size);
     138    static void freeMemory(ULONG addr);
    136139
    137140private:
Note: See TracChangeset for help on using the changeset viewer.