code-google-com / qdevelop

Automatically exported from code.google.com/p/qdevelop
GNU General Public License v2.0
1 stars 1 forks source link

[PATCH] Fails to build with Qt 4.7 #379

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
qdevelop 0.28 fails to build with Qt 4.7:

/tmp/buildd/qdevelop-0.28/src/build.cpp: In member function 'virtual void 
Build::run()':
/tmp/buildd/qdevelop-0.28/src/build.cpp:74: error: call of overloaded 
'QString(int)' is ambiguous
/usr/include/qt4/QtCore/qstring.h:428: note: candidates are: 
QString::QString(const QByteArray&)
/usr/include/qt4/QtCore/qstring.h:426: note:                 
QString::QString(const char*)
/usr/include/qt4/QtCore/qstring.h:727: note:                 
QString::QString(const QString&)
/usr/include/qt4/QtCore/qstring.h:106: note:                 
QString::QString(QChar)
/usr/include/qt4/QtCore/qstring.h:105: note:                 
QString::QString(const QChar*)

Original issue reported on code.google.com by de...@fobos.de on 26 Jun 2010 at 7:01

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in revision 373

Original comment by jlbi...@gmail.com on 17 Mar 2011 at 8:45