indents
This commit is contained in:
parent
d932d19562
commit
fd0cf698a1
@ -25,7 +25,7 @@
|
|||||||
* Convert html to utf-8 text and extract whatever metadata we can find.
|
* Convert html to utf-8 text and extract whatever metadata we can find.
|
||||||
*/
|
*/
|
||||||
class MimeHandlerHtml : public RecollFilter {
|
class MimeHandlerHtml : public RecollFilter {
|
||||||
public:
|
public:
|
||||||
MimeHandlerHtml(RclConfig *cnf, const std::string& id)
|
MimeHandlerHtml(RclConfig *cnf, const std::string& id)
|
||||||
: RecollFilter(cnf, id) {
|
: RecollFilter(cnf, id) {
|
||||||
}
|
}
|
||||||
|
|||||||
@ -180,7 +180,7 @@ extern void returnMimeHandler(RecollFilter *);
|
|||||||
extern void clearMimeHandlerCache();
|
extern void clearMimeHandlerCache();
|
||||||
|
|
||||||
namespace Rcl {
|
namespace Rcl {
|
||||||
class Doc;
|
class Doc;
|
||||||
}
|
}
|
||||||
/// Can this mime type be interned ?
|
/// Can this mime type be interned ?
|
||||||
extern bool canIntern(const std::string mimetype, RclConfig *cfg);
|
extern bool canIntern(const std::string mimetype, RclConfig *cfg);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user