minor refactor

This commit is contained in:
arm64v8a
2023-05-22 11:07:14 +09:00
parent 1b050dd3fb
commit c5122b77e4
98 changed files with 1173 additions and 1142 deletions

View File

@@ -9,7 +9,7 @@ namespace QtGrpc {
class Http2GrpcChannelPrivate;
}
namespace NekoRay::rpc {
namespace NekoGui_rpc {
class Client {
public:
explicit Client(std::function<void(const QString &)> onError, const QString &target, const QString &token);
@@ -39,5 +39,5 @@ namespace NekoRay::rpc {
};
inline Client *defaultClient;
} // namespace NekoRay::rpc
} // namespace NekoGui_rpc
#endif