From 6331415f7e964dba59ad91ff9e5112edef86caf7 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 14 Aug 2012 08:08:16 +0200 Subject: [PATCH] comment --- src/qtgui/reslist.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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