mirror of
https://invent.kde.org/graphics/okular
synced 2024-10-28 19:28:38 +00:00
Read the certificates from configuration
This commit is contained in:
parent
38c5b614b4
commit
45fc7cd805
1 changed files with 1 additions and 3 deletions
|
@ -330,9 +330,7 @@ public:
|
|||
|
||||
QList<Okular::Annotation *> end() override
|
||||
{
|
||||
QStringList items;
|
||||
items << "Cert1"
|
||||
<< "Cert2";
|
||||
QStringList items = Okular::Settings::certificates();
|
||||
|
||||
Okular::Annotation * ann = nullptr;
|
||||
|
||||
|
|
Loading…
Reference in a new issue