mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
qt5: no implicit QString from QUuid
This commit is contained in:
@@ -217,7 +217,7 @@ typedef QList< QPair< QString, QString > > PairList;
|
|||||||
inline static QString uuid()
|
inline static QString uuid()
|
||||||
{
|
{
|
||||||
// kinda lame, but
|
// kinda lame, but
|
||||||
QString q = QUuid::createUuid();
|
QString q = QUuid::createUuid().toString();
|
||||||
q.remove( 0, 1 );
|
q.remove( 0, 1 );
|
||||||
q.chop( 1 );
|
q.chop( 1 );
|
||||||
return q;
|
return q;
|
||||||
|
Reference in New Issue
Block a user