mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
improve ui
This commit is contained in:
7
qv2ray/v3/components/GeositeReader/GeositeReader.hpp
Normal file
7
qv2ray/v3/components/GeositeReader/GeositeReader.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <QString>
|
||||
|
||||
namespace Qv2ray::components::GeositeReader {
|
||||
QStringList ReadGeoSiteFromFile(const QString &filepath, bool allowCache = true);
|
||||
} // namespace Qv2ray::components::GeositeReader
|
||||
Reference in New Issue
Block a user