summaryrefslogtreecommitdiffstats
path: root/src/xml/dom/qdom.cpp
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-03-16 12:56:31 +0100
committeraxis <qt-info@nokia.com>2010-03-16 13:06:48 +0100
commit27f6a2b79c5ded8ce54c8a3ab068f3e42804c94c (patch)
tree499e6b36b1ebb28be8e3168284c7425d8af96fd4 /src/xml/dom/qdom.cpp
parent30688ce70b4bc161b45826063a242d58a6f06126 (diff)
Worked around a crash in the elf2e32 postlinker tool.
RevBy: Thomas Zander
Diffstat (limited to 'src/xml/dom/qdom.cpp')
-rw-r--r--src/xml/dom/qdom.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp
index 015051555e..1267e7e280 100644
--- a/src/xml/dom/qdom.cpp
+++ b/src/xml/dom/qdom.cpp
@@ -625,6 +625,11 @@ private:
bool cdata;
bool nsProcessing;
QXmlLocator *locator;
+
+#ifdef Q_OS_SYMBIAN
+ // Workaround crash in elf2e32 under Wine.
+ virtual void dummy() {}
+#endif
};
/**************************************************************