Ignore:
Timestamp:
Nov 15, 2009, 7:37:57 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

Temporary build fix.

File:
1 edited

Legend:

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

    r321 r322  
    7575        ULONG cf = 0;
    7676        while ((cf = WinEnumClipbrdFmts(NULLHANDLE, cf))) {
    77             if (QPMMime::converterToMime(mime, cf)) {
    78                 ok = true;
    79                 break;
    80             }
     77//          if (QPMMime::converterToMime(mime, cf)) {
     78//              ok = true;
     79//              break;
     80//          }
    8181        }
    8282        WinCloseClipbrd(NULLHANDLE);
     
    9494    QStringList fmts;
    9595    if (WinOpenClipbrd(NULLHANDLE)) {
    96         fmts = QPMMime::allMimesForFormats();
     96//      fmts = QPMMime::allMimesForFormats();
    9797        WinCloseClipbrd(NULLHANDLE);
    9898    }
     
    111111    if (WinOpenClipbrd(NULLHANDLE)) {
    112112        // @todo enumerate all formats and select the best converter
    113         QPMMime *converter = QPMMime::converterToMime(mime, cf);
    114         if (converter)
    115             result = converter->convertToMime(mime, cf, type);
     113//      QPMMime *converter = QPMMime::converterToMime(mime, cf);
     114//      if (converter)
     115//          result = converter->convertToMime(mime, cf, type);
    116116        WinCloseClipbrd(NULLHANDLE);
    117117    }
Note: See TracChangeset for help on using the changeset viewer.