These two methods don't need to be slots

remotes/origin/work/aacid/dont_show_non_valid_certs
Albert Astals Cid 5 years ago committed by Albert Astals Cid
parent b52adfeaee
commit bcf54ef2f1
  1. 29
      core/document.h

@ -990,6 +990,20 @@ public:
*/ */
QString openError() const; 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: public Q_SLOTS:
/** /**
* This slot is called whenever the user changes the @p rotation of * This slot is called whenever the user changes the @p rotation of
@ -1058,21 +1072,6 @@ public Q_SLOTS:
*/ */
void reloadDocument() const; 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. * Returns the part of document covered by the given signature @p info.
* *

Loading…
Cancel
Save