summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-02-19 05:42:14 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-02-19 05:42:14 (GMT)
commited604d1a6420c1e6598b7d509dd108aa20db4509 (patch)
tree41b2a590ba25cee8c88fd5b69ad53f8169d24f47 /src/corelib
parent0f01ad8c73e352a8368296820f4dd77f9da06114 (diff)
parente3db2e423f38c254331674360e4dded1d7fc1d60 (diff)
downloadQt-ed604d1a6420c1e6598b7d509dd108aa20db4509.zip
Qt-ed604d1a6420c1e6598b7d509dd108aa20db4509.tar.gz
Qt-ed604d1a6420c1e6598b7d509dd108aa20db4509.tar.bz2
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public: Pass QAudioDeviceInfo when creating audio input/output in examples Symbian backend for QtMultimedia audio Modified configure to detect SDK support for Symbian audio backend Added implementation of epocRoot() function to configure Removed duplicated implementation of readRegistryKeys from configure Factored epocRoot implementation out of qmake Factored readRegistryKey implementation out of qmake QWebView scrolling doesn't clear old elements before painting again
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/xml/qxmlstream_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/xml/qxmlstream_p.h b/src/corelib/xml/qxmlstream_p.h
index 6b911d2..ac421cf 100644
--- a/src/corelib/xml/qxmlstream_p.h
+++ b/src/corelib/xml/qxmlstream_p.h
@@ -54,7 +54,7 @@
#ifndef QXMLSTREAM_P_H
#define QXMLSTREAM_P_H
-#if defined(Q_OS_VXWORKS) && defined(ERROR)
+#if defined(ERROR)
# undef ERROR
#endif