ref: segregate animation screen

This commit is contained in:
semenov
2024-12-28 10:50:26 +03:00
parent 98264fee7a
commit 78e8ecbde6
28 changed files with 1012 additions and 175 deletions

View File

@@ -53,17 +53,6 @@ void ResourceManager::painting()
//loading
movie = new QMovie(":/resource/Icons/762.gif");
startLoadingAnim();
}
void ResourceManager::startLoadingAnim()
{
movie->start();
}
void ResourceManager::stopLoadingMovie()
{
movie->stop();
}
QMovie *ResourceManager::getMovie() const