summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-12-08 06:27:59 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-12-08 06:27:59 (GMT)
commitbef397bb2e08a66d1471e8c56bb7e2e1e7abfaa2 (patch)
treeb940fdb92f653fa9d8165339f20b36de36156fd7 /src/gui
parent6af078b2a13f4855a35d48376e58154ee2d57ec1 (diff)
parentf48a99165e0f3a63b3b144e1a7c7ce586bfc96c4 (diff)
downloadQt-bef397bb2e08a66d1471e8c56bb7e2e1e7abfaa2.zip
Qt-bef397bb2e08a66d1471e8c56bb7e2e1e7abfaa2.tar.gz
Qt-bef397bb2e08a66d1471e8c56bb7e2e1e7abfaa2.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Fixed a BC break between S60 SDK 3.2 and 5.0.
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qeventdispatcher_s60_p.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/kernel/qeventdispatcher_s60_p.h b/src/gui/kernel/qeventdispatcher_s60_p.h
index c14fef0..539a21c 100644
--- a/src/gui/kernel/qeventdispatcher_s60_p.h
+++ b/src/gui/kernel/qeventdispatcher_s60_p.h
@@ -75,6 +75,13 @@ public:
void complete();
private:
+ // Workaround for a BC break from S60 3.2 -> 5.0, where the CEikonEnv override was removed.
+ // To avoid linking to that when we build against 3.2, define an empty body here.
+ // Reserved_*() have been verified to be empty in the S60 code.
+ void Reserved_1() {}
+ void Reserved_2() {}
+
+private:
int m_lastIterationCount;
TInt m_savedStatusCode;
bool m_hasAlreadyRun;