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