diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2009-05-04 13:20:15 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2009-05-04 13:21:00 (GMT) |
commit | 0820be4a16f8213ba02e2a2f9fe5df4d1ec6a818 (patch) | |
tree | 4c4286042b73ceb62d3c6a491e07966ce842d229 /doc | |
parent | 2ed015b8a0ffad63f0f59b0e2255057f416895fb (diff) | |
download | Qt-0820be4a16f8213ba02e2a2f9fe5df4d1ec6a818.zip Qt-0820be4a16f8213ba02e2a2f9fe5df4d1ec6a818.tar.gz Qt-0820be4a16f8213ba02e2a2f9fe5df4d1ec6a818.tar.bz2 |
Added function that was removed on the way from Qt3 to Qt4
QMimeSource::serialNumber was removed in Qt 4. This was not documented in Porting to Qt 4
Task-number:250575
Rev-By: Trenton Schulz
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/porting4.qdoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/porting4.qdoc b/doc/src/porting4.qdoc index c8a9e2b..b93e139 100644 --- a/doc/src/porting4.qdoc +++ b/doc/src/porting4.qdoc @@ -457,6 +457,7 @@ \row \o QToolButton::offIconSet \o Use the \l{QIcon::Off}{off component} of QAbstractButton::icon instead. \row \o QToolButton::onIconSet \o Use the \l{QIcon::On}{on component} of QAbstractButton::icon instead. \row \o QWidget::microFocusHint \o N/A + \row \o QMimeSource::serialNumber () \o N/A \endtable \omit |