Files
nekoray/qv2ray/v3/components/GeositeReader/GeositeReader.hpp
2022-08-08 11:11:25 +08:00

8 lines
215 B
C++

#pragma once
#include <QString>
namespace Qv2ray::components::GeositeReader {
QStringList ReadGeoSiteFromFile(const QString &filepath, bool allowCache = true);
} // namespace Qv2ray::components::GeositeReader