mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
14 lines
405 B
C++
14 lines
405 B
C++
#pragma once
|
|
#include "base/Qv2rayBase.hpp"
|
|
|
|
namespace Qv2ray::core::config
|
|
{
|
|
void SaveGlobalSettings();
|
|
void SaveGlobalSettings(const Qv2rayConfig &conf);
|
|
void SetConfigDirPath(const QString &path);
|
|
bool CheckSettingsPathAvailability(const QString &_path, bool checkExistingConfig);
|
|
} // namespace Qv2ray::core::config
|
|
|
|
using namespace Qv2ray::core;
|
|
using namespace Qv2ray::core::config;
|