#include "searchfolder.h" SearchFolder::SearchFolder(const std::string& path, bool recurse) : path(path), recurse(recurse) { }