From 27f6a2b79c5ded8ce54c8a3ab068f3e42804c94c Mon Sep 17 00:00:00 2001 From: axis Date: Tue, 16 Mar 2010 12:56:31 +0100 Subject: Worked around a crash in the elf2e32 postlinker tool. RevBy: Thomas Zander --- src/xml/dom/qdom.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp index 0150515..1267e7e 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 }; /************************************************************** -- cgit v0.12