How about: QUuid createNamespacedUuid(const QUuid& namespace, const QByteArray& name, QUuid::Version version = QUuid::Sha1);
> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On > Behalf Of [email protected] > Sent: Friday, December 09, 2011 11:29 > To: [email protected] > Subject: [Qt5-feedback] A micro API review: for V3(md5) and V5(sha1) in > QUuid > > Hi, all, > > The original task is: > http://bugreports.qt.nokia.com/browse/QTBUG-23071 > > And the change is: > http://codereview.qt-project.org/10803 > > For the API name, we need a micro API review: > Set 1: > createUuidMd5() > createUuidSha1() > > or > > createUuidMd5OrSha1() > > Set2: > createUuidV3() > createUuidV5() > > or > > createUuidV3OrV5() > > Any other suggestion is also welcome. > > Regards, > Liang > > > _______________________________________________ > Qt5-feedback mailing list > [email protected] > http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback ________________________________ Subject to local law, communications with Accenture and its affiliates including telephone calls and emails (including content), may be monitored by our systems for the purposes of security and the assessment of internal compliance with Accenture policy. ______________________________________________________________________________________ www.accenture.com _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
