On Thu, 08 Jul 2010 14:01:21 +0200, GOO Creations <[email protected]> wrote: > With getFileHash(QString()) the first overload is being called.
According to Andreas's reply that behavior is, at best, undefined. > If I understand you correct, SIP doesn't allow this? Correct - because SIP doesn't know which is the correct overload to call. However if the C++ standard does explicitly define which should be called then it is a SIP bug. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
