t-artistik / qtscriptgenerator

Automatically exported from code.google.com/p/qtscriptgenerator
0 stars 0 forks source link

"no function match" warning always has QFile as the class name. #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi!

It seems that when no matching overload is found for a bound type, the
error message incorrectly lists QFile as the source. e.g.:

    Error: QFile::bindValue(): could not find a function match; candidates are:
bindValue(String placeholder, Object val, ParamType type)
bindValue(int pos, Object val, ParamType type)

the error actually comes from QSqlQuery, though. i've seen this in other
class bindings as well, though, so it seems to be a generic problem.

Original issue reported on code.google.com by sgbeal@googlemail.com on 14 Sep 2008 at 10:18

GoogleCodeExporter commented 8 years ago
Yea I've seen this before, was wondering if it was something I was doing. :)

Original comment by ian.mon...@gmail.com on 15 Sep 2008 at 12:59

GoogleCodeExporter commented 8 years ago
Thanks for spotting that. :-)

Original comment by kentm...@gmail.com on 10 Oct 2008 at 12:52