Changeset 769 for trunk/doc/src/porting


Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

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

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/doc/src/porting/porting4.qdoc

    r651 r769  
    32023202    The \c QShared class has been obsoleted by the more powerful
    32033203    QSharedData and QSharedDataPointer as a means of creating custom
    3204     implicitly shared classes. It has been renamed Q3Shared moved to
    3205     the Qt3Support library.
     3204    implicitly shared classes. It has been renamed Q3Shared and moved
     3205    to the Qt3Support library.
    32063206
    32073207    An easy way of porting to Qt 4 is to include this class into your
     
    32273227
    32283228    QSimpleRichText has been obsoleted by QTextDocument. It has
    3229     bene renamed Q3SimpleRichText and moved to the Qt3Support
     3229    been renamed Q3SimpleRichText and moved to the Qt3Support
    32303230    library.
    32313231
  • trunk/doc/src/porting/qt4-network.qdoc

    r651 r769  
    200200    eliminated. These classes attempted the impossible (unify FTP and
    201201    HTTP under one roof), and unsurprisingly failed at that. Qt 4
    202     still provides QFtp, and it also proveds the QNetworkAccessManager.
     202    still provides QFtp, and it also provides the QNetworkAccessManager.
    203203
    204204    The QSocket class in Qt 3 has been renamed QTcpSocket. The new
Note: See TracChangeset for help on using the changeset viewer.