mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
minor refactor
This commit is contained in:
@@ -16,13 +16,13 @@ public:
|
||||
|
||||
~EditShadowSocks() override;
|
||||
|
||||
void onStart(QSharedPointer<NekoRay::ProxyEntity> _ent) override;
|
||||
void onStart(std::shared_ptr<NekoGui::ProxyEntity> _ent) override;
|
||||
|
||||
bool onEnd() override;
|
||||
|
||||
private:
|
||||
Ui::EditShadowSocks *ui;
|
||||
QSharedPointer<NekoRay::ProxyEntity> ent;
|
||||
std::shared_ptr<NekoGui::ProxyEntity> ent;
|
||||
};
|
||||
|
||||
#endif // EDIT_SHADOWSOCKS_H
|
||||
|
||||
Reference in New Issue
Block a user