Am Donnerstag, 17. August 2006 18:47 schrieb Abdelrazak Younes: > That explains why gcc gives you the two ctor choices then because I > modified qt4.m4 and AFAIK, this is run by autogen.sh, isn't it?
Yes. > But that does not explain why the KeyboardModifier conversion is not > automatically done by your compiler... Oh it does: The compiler can convert it to int or to Qt::KeyboardModifiers equally well, so it does not know what to do and bails out. Georg