summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXizhi Zhu <xizhi.zhu@gmail.com>2012-01-22 16:35:03 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-23 11:02:18 +0100
commit07993161b1008c5baf206831c462696be3201f02 (patch)
treedf52e1ef54eb052590b8d43bd132dce348ef2e66
parent4b3cdc3c1ab990f9be4c9ce134324076c01b35b0 (diff)
Remove Symbian specific code from QtXml.
Change-Id: I29979c80e401f5d6c2c2b38c4e502340f2025a12 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
-rw-r--r--src/xml/dom/qdom.cpp5
-rw-r--r--src/xml/xml.pro2
2 files changed, 0 insertions, 7 deletions
diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp
index 4c3e547a40..55da00f952 100644
--- a/src/xml/dom/qdom.cpp
+++ b/src/xml/dom/qdom.cpp
@@ -625,11 +625,6 @@ private:
bool cdata;
bool nsProcessing;
QXmlLocator *locator;
-
-#ifdef Q_OS_SYMBIAN
- // Workaround crash in elf2e32 under Wine.
- virtual void dummy() {}
-#endif
};
/**************************************************************
diff --git a/src/xml/xml.pro b/src/xml/xml.pro
index a764fa6094..e860250507 100644
--- a/src/xml/xml.pro
+++ b/src/xml/xml.pro
@@ -25,5 +25,3 @@ win32-borland {
include(dom/dom.pri)
include(sax/sax.pri)
-
-symbian:TARGET.UID3=0x2001B2E0