mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #118: Continuation
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
namespace pdf
|
||||
{
|
||||
|
||||
class PDF4QTLIBSHARED_EXPORT PDFCertificateManager
|
||||
class PDF4QTLIBCORESHARED_EXPORT PDFCertificateManager
|
||||
{
|
||||
public:
|
||||
PDFCertificateManager();
|
||||
@@ -55,7 +55,7 @@ public:
|
||||
static bool isCertificateValid(QString fileName, QString password);
|
||||
};
|
||||
|
||||
class PDF4QTLIBSHARED_EXPORT PDFSignatureFactory
|
||||
class PDF4QTLIBCORESHARED_EXPORT PDFSignatureFactory
|
||||
{
|
||||
public:
|
||||
static bool sign(QString certificateName, QString password, QByteArray data, QByteArray& result);
|
||||
|
Reference in New Issue
Block a user