mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 13:04:37 +03:00
minor refactor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user