Skip to content
Snippets Groups Projects
Commit cd1a5706 authored by Abhimanyu Singh Gaur's avatar Abhimanyu Singh Gaur Committed by Hugo Beauzée-Luyssen
Browse files

removed unnecessary icon change


On clicking the stop button in project preview, after playing a media, the icon of play button was already getting changed through connected signal. So there was no need to change it again.

Signed-off-by: default avatarHugo Beauzée-Luyssen <hugo@beauzee.fr>
parent cdb1d370
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,6 @@ PreviewWidget::stop()
{
m_previewStopped = true;
m_renderer->stop();
m_ui->pushButtonPlay->setIcon( QIcon( ":/images/play" ) );
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment