mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: segregate animation screen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user