Ignore:
Timestamp:
Nov 14, 2009, 3:06:49 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui/kernel: Prototyped QPMMime and QClipboard helpers.

File:
1 edited

Legend:

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

    r2 r321  
    108108
    109109#endif
     110#if defined(Q_WS_PM)
     111
     112/*
     113  Encapsulation of conversion between MIME and OS/2 PM clipboard.
     114*/
     115
     116class Q_GUI_EXPORT QPMMime
     117{
     118public:
     119    QPMMime();
     120    virtual ~QPMMime();
     121};
     122
     123#endif
    110124#if defined(Q_WS_MAC)
    111125
Note: See TracChangeset for help on using the changeset viewer.