mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
minor refactor
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
class ProfileEditor {
|
||||
public:
|
||||
virtual void onStart(QSharedPointer<NekoRay::ProxyEntity> ent) = 0;
|
||||
virtual void onStart(std::shared_ptr<NekoGui::ProxyEntity> ent) = 0;
|
||||
|
||||
virtual bool onEnd() = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user