minor refactor

This commit is contained in:
arm64v8a
2023-05-22 11:07:14 +09:00
parent 1b050dd3fb
commit c5122b77e4
98 changed files with 1173 additions and 1142 deletions

View File

@@ -44,7 +44,7 @@ private:
QString type;
int groupId;
bool newEnt = false;
QSharedPointer<NekoRay::ProxyEntity> ent;
std::shared_ptr<NekoGui::ProxyEntity> ent;
QString network_title_base;
@@ -60,7 +60,7 @@ private:
void editor_cache_updated_impl();
void do_apply_to_group(const QSharedPointer<NekoRay::Group> &group, QWidget *key);
void do_apply_to_group(const std::shared_ptr<NekoGui::Group> &group, QWidget *key);
};
#endif // DIALOG_EDIT_PROFILE_H