diff --git a/src/qtgui/reslist.h b/src/qtgui/reslist.h index 45eb55d0..78c8d7e0 100644 --- a/src/qtgui/reslist.h +++ b/src/qtgui/reslist.h @@ -128,7 +128,9 @@ class ResList : public RESLIST_PARENTCLASS virtual int docnumfromparnum(int); virtual pair 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