Switch to side-by-side view
--- a/src/query/reslistpager.h +++ b/src/query/reslistpager.h @@ -90,6 +90,8 @@ string queryDescription() {return m_docSource.isNull() ? "" : m_docSource->getDescription();} + bool getDoc(int num, Rcl::Doc &doc); + // Things that need to be reimplemented in the subclass: virtual bool append(const string& data); virtual bool append(const string& data, int, const Rcl::Doc&)