summaryrefslogtreecommitdiffstats
path: root/src/gui/symbian
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-10-19 08:40:25 (GMT)
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-10-26 13:22:58 (GMT)
commit586fc2a9ead06a8478bdc380b775f18000741745 (patch)
treee6749fb9bff1a2f5d8dd52c1139e84d38724446a /src/gui/symbian
parentf603ce9a960ee387ab10be1916da8ffd09305045 (diff)
downloadQt-586fc2a9ead06a8478bdc380b775f18000741745.zip
Qt-586fc2a9ead06a8478bdc380b775f18000741745.tar.gz
Qt-586fc2a9ead06a8478bdc380b775f18000741745.tar.bz2
Suppress call to controlVisibilityChanged for null control pointer
At this point, old_winid may be null. Passing a null pointer to controlVisibilityChanged is actually a no-op, due to the 'QWidgetPrivate::mapper->contains(control)' check, but suppressing the function call altogether clarifies the intent of the code slightly. Reviewed-by: Jason Barron
Diffstat (limited to 'src/gui/symbian')
0 files changed, 0 insertions, 0 deletions