Refact common

This commit is contained in:
2025-10-17 15:08:09 +03:00
parent d643205323
commit e2a2d8142c
19 changed files with 120 additions and 159 deletions

View File

@@ -28,7 +28,6 @@ CommonView::CommonView(ConnectorToServer* connectorToServer, TypeView type, QWid
waitAnimationWidget = new WaitAnimationWidget;
QMovie *movie = new QMovie(":/resources/icons/762.gif");
//waitAnimationWidget->setParent(this);
waitAnimationWidget->initialize(movie,this);
}