mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-25 02:09:48 +01:00
qt5: no implicit QString from QUuid
This commit is contained in:
parent
82753732b9
commit
6a7baca8aa
@ -217,7 +217,7 @@ typedef QList< QPair< QString, QString > > PairList;
|
||||
inline static QString uuid()
|
||||
{
|
||||
// kinda lame, but
|
||||
QString q = QUuid::createUuid();
|
||||
QString q = QUuid::createUuid().toString();
|
||||
q.remove( 0, 1 );
|
||||
q.chop( 1 );
|
||||
return q;
|
||||
|
Loading…
x
Reference in New Issue
Block a user