Read the certificates from configuration

This commit is contained in:
Katarina Behrens 2019-08-21 17:09:19 +02:00 committed by Albert Astals Cid
parent 38c5b614b4
commit 45fc7cd805

View file

@ -330,9 +330,7 @@ public:
QList<Okular::Annotation *> end() override
{
QStringList items;
items << "Cert1"
<< "Cert2";
QStringList items = Okular::Settings::certificates();
Okular::Annotation * ann = nullptr;