Switch to side-by-side view
--- a/src/internfile/mimehandler.h +++ b/src/internfile/mimehandler.h @@ -36,6 +36,10 @@ m_forPreview(false), m_havedoc(false) {} virtual ~RecollFilter() {} + virtual void setConfig(RclConfig *config) + { + m_config = config; + } virtual bool set_property(Properties p, const string &v) { switch (p) { case DJF_UDI: