chore: refactor code

This commit is contained in:
arm64v8a
2022-11-08 08:54:13 +09:00
parent e88ec1c127
commit 99c6a41c49
26 changed files with 113 additions and 126 deletions

View File

@@ -59,7 +59,8 @@ namespace NekoRay::fmt {
virtual QString InsecureHint() { return {}; };
QString DisplayInsecureHint();
};
QString DisplayInsecureHint(const QSharedPointer<AbstractBean> &);
}