new method/signal for okular 0.7 (kde 4.1)

svn path=/trunk/KDE/kdegraphics/okular/; revision=775126
remotes/origin/KDE/4.1
Pino Toscano 18 years ago
parent 7266660c37
commit 0c1ff7f350
  1. 4
      core/textdocumentgenerator.h

@ -72,6 +72,8 @@ class OKULAR_EXPORT TextDocumentConverter : public QObject
/**
* Adds a set of meta data to the generator.
*
* @since 0.7 (KDE 4.1)
*/
void addMetaData( DocumentInfo::Key key, const QString &value );
@ -112,6 +114,8 @@ class OKULAR_EXPORT TextDocumentConverter : public QObject
* Returns the generator that owns this converter.
*
* @note May be null if the converter was not created for a generator.
*
* @since 0.7 (KDE 4.1)
*/
TextDocumentGenerator* generator() const;

Loading…
Cancel
Save