Move the fetch and store pixel functions to qdrawhelper.cpp
authorThiago Macieira <thiago.macieira@intel.com>
Sun, 23 Sep 2012 08:46:05 +0000 (10:46 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 24 Sep 2012 19:27:51 +0000 (21:27 +0200)
commit5d9a57432e0d7afb2b9826dc3292d5c1caa105db
tree0c1ba4ca7a13f8fc12a723a1bacfdb0d3c309fde
parent1f808a1d1d042955e98eb92d09e1b6b8154315e9
Move the fetch and store pixel functions to qdrawhelper.cpp

These functions have begun showing in the tst_symbols unit test as
"symbol does not start with q". Since they're never called directly,
they're never inlined. Since they were inline, the compiler was probably
deciding to not export them.

Something changed and it could be anything (new compiler version, new
options, etc.). So mark them static.

Change-Id: I838dfc94edd7f09c202743bff0daf9d20c10c3a6
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/gui/painting/qdrawhelper.cpp
src/gui/painting/qdrawhelper_p.h