mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 12:34:31 +00:00
Fix compilation with -DQT_NO_CAST_TO_ASCII
This commit is contained in:
parent
3af050b8ba
commit
218278511c
@ -4247,7 +4247,7 @@ int main(int argc, char **argv)
|
||||
// detached signature?
|
||||
if(plain.startsWith("-----BEGIN PGP SIGNATURE-----"))
|
||||
{
|
||||
QString footer = "-----END PGP SIGNATURE-----\n";
|
||||
const QByteArray footer = "-----END PGP SIGNATURE-----\n";
|
||||
int n = plain.indexOf(footer);
|
||||
if(n == -1)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user