Hi, > Op 5 okt. 2013 om 20:47 heeft Olivier Goffart <[email protected]> het > volgende geschreven: > > > There is the same problem if one use pointer to member function in > QtConcurrent[1] or in other third party API (boost::bind) > Which means adding an overload can be a source incompatible change regardless > if it is used as a slot or not. To me, it means that using an (unqualified) member function pointer exposes you to source incompatibilities. It seems that that is a more general problem than with just Qt. We should document/warn against that effect and how to protect yourself from it, but IMHO it should not stop us from improving the API, even if that means adding overloads.
André _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
