diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2011-03-31 12:35:12 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2011-04-01 10:59:42 (GMT) |
commit | 90f18aa904c6c4371f954392cf99cbaeb404ae7d (patch) | |
tree | 5cbce6e82a7590f87c035f9417ec23bcc65d4380 /doc/src/snippets/code/doc_src_debug.cpp | |
parent | 8454a6992e8b560efc72d75be1f8dbb442093519 (diff) | |
download | Qt-90f18aa904c6c4371f954392cf99cbaeb404ae7d.zip Qt-90f18aa904c6c4371f954392cf99cbaeb404ae7d.tar.gz Qt-90f18aa904c6c4371f954392cf99cbaeb404ae7d.tar.bz2 |
Fix broken test on windows
stringbuilder.cpp(160) : error C2666: 'operator +' : 2 overloads have similar conversions
stringbuilder.h(416): could be 'QStringBuilder<A,B> operator +<QByteArray,char[5]>(const A &,const B (&))'
with
[
A=QByteArray,
B=char [5]
]
or 'built-in C++ operator+(__int64, char [5])'
while trying to match the argument list '(QByteArray, char [5])'
The reason is the cast to QNoImplicitBoolCast (which is int)
Diffstat (limited to 'doc/src/snippets/code/doc_src_debug.cpp')
0 files changed, 0 insertions, 0 deletions