diff options
author | Erik Verbruggen <erik.verbruggen@me.com> | 2013-02-21 15:00:58 +0100 |
---|---|---|
committer | David Schulz <david.schulz@digia.com> | 2013-02-21 15:39:20 +0100 |
commit | edec1c1dd5eb6cdd14e314c7defe2c1b7c81725a (patch) | |
tree | d94a936101632aa7da98d6b9dc8f15a59792450c /src/plugins/cpptools/cpptoolsplugin.h | |
parent | 44acdb6748642779321beae6b2cc7fcc6f10005a (diff) | |
download | qt-creator-edec1c1dd5eb6cdd14e314c7defe2c1b7c81725a.tar.gz |
Fix compilation issue with clang.
cppeditor.cpp:2631:13: error: use of overloaded operator '+' is ambiguous (with operand types 'QChar' and 'QChar')
+ characterAt(pos - 2)
^ ~~~~~~~~~~~~~~~~~~~~
../../../../../builds/qt5-stable/qtbase/include/QtCore/../../src/corelib/tools/qstring.h:1116:22: note: candidate function
inline const QString operator+(const QString &s1, QChar s2)
^
../../../../../builds/qt5-stable/qtbase/include/QtCore/../../src/corelib/tools/qstring.h:1118:22: note: candidate function
inline const QString operator+(QChar s1, const QString &s2)
^
../../../../../builds/qt5-stable/qtbase/include/QtCore/../../src/corelib/tools/qstring.h:1114:22: note: candidate function
inline const QString operator+(const QString &s1, const QString &s2)
^
Change-Id: I65663a901d301d6b0a3df2c8b5631e9aa5ab081b
Reviewed-by: David Schulz <david.schulz@digia.com>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsplugin.h')
0 files changed, 0 insertions, 0 deletions