summaryrefslogtreecommitdiffstats
path: root/tests/auto/qwidget/tst_qwidget.cpp
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2009-11-04 18:29:50 (GMT)
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2009-11-04 18:29:50 (GMT)
commite3500ec7fb8c17c33345142a22eeef8e467564cd (patch)
treee081c32e65944a3423899fa94d9580c40e608586 /tests/auto/qwidget/tst_qwidget.cpp
parent77c281714d9dea1f3bbc47380d5884bff31402c7 (diff)
downloadQt-e3500ec7fb8c17c33345142a22eeef8e467564cd.zip
Qt-e3500ec7fb8c17c33345142a22eeef8e467564cd.tar.gz
Qt-e3500ec7fb8c17c33345142a22eeef8e467564cd.tar.bz2
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/tst_qwidget.cpp')
0 files changed, 0 insertions, 0 deletions