Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Okular
Commits
c02f98a6
Commit
c02f98a6
authored
Oct 21, 2020
by
Albert Astals Cid
Committed by
Albert Astals Cid
Dec 13, 2020
Browse files
Mark method as override
parent
26460581
Changes
1
Show whitespace changes
Inline
Side-by-side
generators/poppler/generator_pdf.cpp
View file @
c02f98a6
...
...
@@ -1918,7 +1918,7 @@ bool PDFGenerator::sign(const Okular::Annotation *pWhichAnnotation, const QStrin
namespace
{
struct
CertificateStoreImpl
:
public
Okular
::
CertificateStore
{
virtual
QList
<
Okular
::
CertificateInfo
*>
getSigningCertificates
()
const
QList
<
Okular
::
CertificateInfo
*>
getSigningCertificates
()
const
override
{
Poppler
::
setNSSDir
(
CertificateSettings
::
certificatePath
());
const
QVector
<
Poppler
::
CertificateInfo
>
certs
=
Poppler
::
getAvailableSigningCertificates
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment