mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Public key encryption: authorization, create file encryption key
This commit is contained in:
@ -140,7 +140,8 @@ QFileInfoList PDFCertificateManager::getCertificates()
|
||||
|
||||
QString PDFCertificateManager::getCertificateDirectory()
|
||||
{
|
||||
QDir directory(QStandardPaths::standardLocations(QStandardPaths::AppDataLocation).front() + "/certificates/");
|
||||
QString standardDataLocation = QStandardPaths::standardLocations(QStandardPaths::AppDataLocation).front();
|
||||
QDir directory(standardDataLocation + "/certificates/");
|
||||
return directory.absolutePath();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user