mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
minor refactor
This commit is contained in:
@@ -14,7 +14,7 @@ EditVMess::~EditVMess() {
|
||||
delete ui;
|
||||
}
|
||||
|
||||
void EditVMess::onStart(QSharedPointer<NekoRay::ProxyEntity> _ent) {
|
||||
void EditVMess::onStart(std::shared_ptr<NekoGui::ProxyEntity> _ent) {
|
||||
this->ent = _ent;
|
||||
auto bean = this->ent->VMessBean();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user