Changeset 769 for trunk/doc/src/porting
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/doc/src/porting/porting4.qdoc
r651 r769 3202 3202 The \c QShared class has been obsoleted by the more powerful 3203 3203 QSharedData and QSharedDataPointer as a means of creating custom 3204 implicitly shared classes. It has been renamed Q3Shared moved to3205 t he Qt3Support library.3204 implicitly shared classes. It has been renamed Q3Shared and moved 3205 to the Qt3Support library. 3206 3206 3207 3207 An easy way of porting to Qt 4 is to include this class into your … … 3227 3227 3228 3228 QSimpleRichText has been obsoleted by QTextDocument. It has 3229 be nerenamed Q3SimpleRichText and moved to the Qt3Support3229 been renamed Q3SimpleRichText and moved to the Qt3Support 3230 3230 library. 3231 3231 -
trunk/doc/src/porting/qt4-network.qdoc
r651 r769 200 200 eliminated. These classes attempted the impossible (unify FTP and 201 201 HTTP under one roof), and unsurprisingly failed at that. Qt 4 202 still provides QFtp, and it also prov eds the QNetworkAccessManager.202 still provides QFtp, and it also provides the QNetworkAccessManager. 203 203 204 204 The QSocket class in Qt 3 has been renamed QTcpSocket. The new
Note:
See TracChangeset
for help on using the changeset viewer.