mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 14:32:39 -04:00
Build with -DQT_NO_CAST_TO_ASCII.
This commit is contained in:
parent
0bcce7ce7f
commit
82f1cbb3c9
2 changed files with 2 additions and 2 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue