Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/qt3support/text/q3richtext.cpp

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    6565#include "qtextstream.h"
    6666#include <private/qtextengine_p.h>
    67 #include <private/qunicodetables_p.h>
    6867
    6968#include <stdlib.h>
     
    29162915    }
    29172916    // ### workaround for plain text export until we get proper
    2918     // mime types: turn unicode line seperators into the more
     2917    // mime types: turn unicode line separators into the more
    29192918    // widely understood \n. Makes copy and pasting code snipplets
    29202919    // from within Assistent possible
     
    66686667
    66696668    if (!imageName.isEmpty()) {
    6670         imgId = QString::fromLatin1("%1,%2,%3,%4").arg(imageName).arg(width).arg(height).arg((ulong)&factory);
     6669        imgId = QString::fromLatin1("%1,%2,%3,%4").arg(imageName).arg(width).arg(height).arg((quintptr)&factory);
    66716670        if (!pixmap_map)
    66726671            pixmap_map = new QMap<QString, QPixmapInt>;
Note: See TracChangeset for help on using the changeset viewer.