svn path=/trunk/KDE/kdegraphics/okular/; revision=688232
remotes/origin/KDE/4.0
Pino Toscano 19 years ago
parent 8114ea7200
commit 5f38c3305f
  1. 4
      core/document.h

@ -138,7 +138,7 @@ class OKULAR_EXPORT Document : public QObject
const DocumentSynopsis * documentSynopsis() const; const DocumentSynopsis * documentSynopsis() const;
/** /**
* Starts the reading of the informations about the fonts in the * Starts the reading of the information about the fonts in the
* document, if available. * document, if available.
* *
* The results as well the end of the reading is notified using the * The results as well the end of the reading is notified using the
@ -147,7 +147,7 @@ class OKULAR_EXPORT Document : public QObject
void startFontReading(); void startFontReading();
/** /**
* Force the termination of the reading of the informations about the * Force the termination of the reading of the information about the
* fonts in the document, if running. * fonts in the document, if running.
*/ */
void stopFontReading(); void stopFontReading();

Loading…
Cancel
Save