[bt-devel] save search analysis to disk

Martin Gruner bt-devel@crosswire.org
Sat, 3 Nov 2001 19:26:34 +0100


Hey Mark,

very nice work! Now you got most of it done, the rest are cosmetic fixes.

A few comments:
-use *.html filter for the file
-use forward class declarations
(e.g. "class QString" in .h file and "#include <qstring.h> in .cpp file -- 
makes compiling faster for classes including the .h file) -- I changed it 
already, take a look at it
-the first column contains booknames, the second the results in module1[, the 
third results in module3, ... the Nth the results in moduleN] -- otherwise it 
takes too much space and is not so usable; maybe a N+1th column containing 
the summary of all found entries of a book in all modules]

Martin