summaryrefslogtreecommitdiffstats
path: root/tests/auto/qwidget
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2009-11-04 18:29:50 +0000
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2009-11-04 18:29:50 +0000
commite3500ec7fb8c17c33345142a22eeef8e467564cd (patch)
treee081c32e65944a3423899fa94d9580c40e608586 /tests/auto/qwidget
parent77c281714d9dea1f3bbc47380d5884bff31402c7 (diff)
Fix for link error when building QtSvg
Building QtSvg for Symbian (ARMV5 build) fails due to the following linker error: QGraphicsEffectSourcePrivate::invalidateCache(bool) const (referred from qsvgwidget.o). This function is called from the inline destructor of QGraphicsEffectSourcePrivate. Making this destructor non-inline fixes the problem. It is not clear why QtSvg is instantiating this destructor, however, as neither QGraphicsEffectSourcePrivate nor any of its derived classes are referred to from QtSvg source. This problem seems to have been triggered by 85e41590. Reviewed-by: Shane Kearns
Diffstat (limited to 'tests/auto/qwidget')
0 files changed, 0 insertions, 0 deletions