| 154 | } |
| 155 | |
| 156 | QString BioByteArray::base64UrlEncode() const |
| 157 | { |
| 158 | return QString::fromLatin1(byteArray().toBase64( |
| 159 | QByteArray::Base64UrlEncoding | |
| 160 | QByteArray::OmitTrailingEquals)); |
| 161 | } |
nothing calls this directly
no outgoing calls
no test coverage detected