Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
BREAKING: added GetKernelName
Browse files Browse the repository at this point in the history
  • Loading branch information
QxQ authored and QxQ committed Oct 15, 2020
1 parent f55ea39 commit dbc0ec5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions core/Kernel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ class NaiveProxyKernel : public Qv2rayPlugin::PluginKernel
bool StartKernel() override;
bool StopKernel() override;
void SetConnectionSettings(const QMap<Qv2rayPlugin::KernelOptionFlags, QVariant> &options, const QJsonObject &settings) override;
QString GetKernelName() const override
{
return "Naive";
}

private:
QString protocol;
Expand Down
2 changes: 1 addition & 1 deletion interface

0 comments on commit dbc0ec5

Please sign in to comment.