pos: move trans form to form dir.

This commit is contained in:
2025-06-18 11:11:08 +08:00
parent 3248713cea
commit 280721f29b
7 changed files with 5 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ void frelayGUI::InitControl()
clientCore_ = new ClientCore();
compare_ = new Compare(this);
transform_ = new TransForm(this);
connecter_ = new Connecter(this);
connecter_->SetClientCore(clientCore_);