This commit is contained in:
Jean-Francois Dockes 2012-08-14 08:08:16 +02:00
parent 7ba80da367
commit 6331415f7e

View File

@ -128,7 +128,9 @@ class ResList : public RESLIST_PARENTCLASS
virtual int docnumfromparnum(int);
virtual pair<int,int> parnumfromdocnum(int);
#else
QString m_text; // webview doesn't take text incrementally, store it.
// Webview makes it more difficult to append text incrementally,
// so we store the page and display it when done.
QString m_text;
#endif
virtual void displayPage(); // Display current page