summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qt_s60_p.h
diff options
context:
space:
mode:
authorJaakko Helanti <ext-jaakko.helanti@nokia.com>2012-01-24 14:37:44 (GMT)
committerQt by Nokia <qt-info@nokia.com>2012-01-25 15:57:47 (GMT)
commitb5a0aeb4b26e709e0b6c15b3b9d5fdf58f3db3dd (patch)
tree18fa81631c2febdd04e200ca2619323cff33a0a2 /src/gui/kernel/qt_s60_p.h
parent4e8e0b3e215c1b958457a9154b56f3b14a1c8518 (diff)
downloadQt-b5a0aeb4b26e709e0b6c15b3b9d5fdf58f3db3dd.zip
Qt-b5a0aeb4b26e709e0b6c15b3b9d5fdf58f3db3dd.tar.gz
Qt-b5a0aeb4b26e709e0b6c15b3b9d5fdf58f3db3dd.tar.bz2
Catch exceptions inside QSymbianControl::Draw
Code added to catch C++ exceptions and Symbian leaves inside QSymbianControl::Draw. This is a cosmetic fix to remove CONE 6 crashes currently in Symbian port. We'll still study the root cause of those crashes. Task-number: ou1cimx1#952828 Change-Id: I7b62309dd205d3b5dbad3d5477b47451dd7ff397 Reviewed-by: Pauli Järvinen <ext-pauli.p.jarvinen@nokia.com> Reviewed-by: Murray Read <ext-murray.2.read@nokia.com> Reviewed-by: Pasi Pentikäinen <ext-pasi.a.pentikainen@nokia.com>
Diffstat (limited to 'src/gui/kernel/qt_s60_p.h')
-rw-r--r--src/gui/kernel/qt_s60_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qt_s60_p.h b/src/gui/kernel/qt_s60_p.h
index e9f63b8..ab0aeb5 100644
--- a/src/gui/kernel/qt_s60_p.h
+++ b/src/gui/kernel/qt_s60_p.h
@@ -332,6 +332,7 @@ private:
#endif
bool isSplitViewWidget(QWidget *widget);
bool hasFocusedAndVisibleChild(QWidget *parentWidget);
+ void doDraw(const TRect& aRect) const;
public:
void handleClientAreaChange();