diff options
author | Tomi Vihria <tomi.vihria@nokia.com> | 2011-08-31 12:13:05 (GMT) |
---|---|---|
committer | Tomi Vihria <tomi.vihria@nokia.com> | 2011-08-31 12:13:05 (GMT) |
commit | 126eeae15c4d4d6249e76bcea60a02da1f5407e5 (patch) | |
tree | 71e7bf7373df4d570aa6583528743c414e78dda0 /src | |
parent | 1673d9965a6caaa8356819140747df5d31252d2e (diff) | |
download | Qt-126eeae15c4d4d6249e76bcea60a02da1f5407e5.zip Qt-126eeae15c4d4d6249e76bcea60a02da1f5407e5.tar.gz Qt-126eeae15c4d4d6249e76bcea60a02da1f5407e5.tar.bz2 |
Fix QtCore winscw def-file
Un-absented QXmlStreamAttributes constructor from the def file
Reviewed-by: TrustMe
Diffstat (limited to 'src')
-rw-r--r-- | src/s60installs/bwins/QtCoreu.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s60installs/bwins/QtCoreu.def b/src/s60installs/bwins/QtCoreu.def index 7e9e03c..be09295 100644 --- a/src/s60installs/bwins/QtCoreu.def +++ b/src/s60installs/bwins/QtCoreu.def @@ -4513,7 +4513,7 @@ EXPORTS ??_EQTextDecoder@@QAE@I@Z @ 4512 NONAME ABSENT ; QTextDecoder::~QTextDecoder(unsigned int) ??_EQMutex@@QAE@I@Z @ 4513 NONAME ABSENT ; QMutex::~QMutex(unsigned int) ??0QTimerEvent@@QAE@ABV0@@Z @ 4514 NONAME ABSENT ; QTimerEvent::QTimerEvent(class QTimerEvent const &) - ??0QXmlStreamAttributes@@QAE@XZ @ 4515 NONAME ABSENT ; QXmlStreamAttributes::QXmlStreamAttributes(void) + ??0QXmlStreamAttributes@@QAE@XZ @ 4515 NONAME ; QXmlStreamAttributes::QXmlStreamAttributes(void) ??_EConverterState@QTextCodec@@QAE@I@Z @ 4516 NONAME ABSENT ; QTextCodec::ConverterState::~ConverterState(unsigned int) ??4QTime@@QAEAAV0@ABV0@@Z @ 4517 NONAME ABSENT ; class QTime & QTime::operator=(class QTime const &) ??0QMetaMethod@@QAE@ABV0@@Z @ 4518 NONAME ABSENT ; QMetaMethod::QMetaMethod(class QMetaMethod const &) |