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. *