dedup/src/searchfolder.cpp

6 lines
129 B
C++
Raw Normal View History

2022-10-22 00:43:34 +02:00
#include "searchfolder.h"
SearchFolder::SearchFolder(const std::string& path, bool recurse) : path(path), recurse(recurse) {
}