new method/signal for okular 0.7 (kde 4.1)

svn path=/trunk/KDE/kdegraphics/okular/; revision=775126
This commit is contained in:
Pino Toscano 2008-02-14 23:23:14 +00:00
parent 7266660c37
commit 0c1ff7f350

View file

@ -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;