mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Build with -DQT_NO_CAST_TO_ASCII.
This commit is contained in:
@@ -32,7 +32,7 @@ namespace QTest {
|
||||
char *toString(const Uuid &uuid)
|
||||
{
|
||||
QByteArray ba = "Uuid(";
|
||||
ba += uuid.toBase64();
|
||||
ba += uuid.toBase64().toAscii().constData();
|
||||
ba += ")";
|
||||
return qstrdup(ba.data());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user