From bcf54ef2f1a9a3167d17dd19c92a298c5b06b239 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Wed, 21 Oct 2020 16:11:46 +0200 Subject: [PATCH] These two methods don't need to be slots --- core/document.h | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/core/document.h b/core/document.h index 2eaf2ac5e..c20dfa52d 100644 --- a/core/document.h +++ b/core/document.h @@ -990,6 +990,20 @@ public: */ QString openError() const; + /** + * Digitally sign document, as the passed annotation's place + * + * @since 1.9 + */ + void sign( const Okular::Annotation* pWhichAnnotation ); + + /** + * Returns the generator's certificate store (if any) + * + * @since 1.9 + */ + CertificateStore* getCertStore(); + public Q_SLOTS: /** * This slot is called whenever the user changes the @p rotation of @@ -1058,21 +1072,6 @@ public Q_SLOTS: */ void reloadDocument() const; - /** - * Digitally sign document, as the passed annotation's place - * - * @since 1.9 - */ - void sign( const Okular::Annotation* pWhichAnnotation ); - - /** - * Returns the generator's certificate store (if any) - * - * @since 1.9 - */ - CertificateStore* getCertStore(); - - /** * Returns the part of document covered by the given signature @p info. *