Inline and mark as deprecated images's serialNumber()
authorOlivier Goffart <ogoffart@woboq.com>
Sat, 25 Feb 2012 11:40:20 +0000 (12:40 +0100)
committerQt by Nokia <qt-info@nokia.com>
Sun, 26 Feb 2012 01:23:01 +0000 (02:23 +0100)
commitddf4b378f1e7eac62bd504a1e453cb7b894e21f2
treeb9060a30ec5e656eeaabb996416afb18f27ae315
parentc951908bc201afa59402967d50fa926212845fae
Inline and mark as deprecated images's serialNumber()

These function are marked as obsolete since Qt 4.3

The motivation here was too fix QPixmap::serialNumber which is marked as
QT_DEPRECATED_SINCE but was not inlined.
But then I took the oportunity to do the same with all the other
functions.

Change-Id: Ic50a7857461fc402b2f2b4528c83e53e8e28ea30
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
12 files changed:
src/gui/image/qimage.cpp
src/gui/image/qimage.h
src/gui/image/qpixmap.cpp
src/gui/image/qpixmap.h
src/gui/image/qpixmap_raster.cpp
src/gui/kernel/qpalette.cpp
src/gui/kernel/qpalette.h
src/gui/text/qtextcursor.cpp
src/widgets/kernel/qicon.cpp
src/widgets/kernel/qicon.h
tests/auto/gui/text/qtextdocumentfragment/tst_qtextdocumentfragment.cpp
tests/auto/widgets/widgets/qcombobox/tst_qcombobox.cpp